jueves, 5 de junio de 2014

Práctica 4. Exercicio 1

Con este html:
<html>

<head>
<title>Estoy empezando</title>
</head>

<body>
<h1><font color="red">Estoy poniendo un
encabezado</font></h1>
<p align="right">No está mal para ser la primera </p>
<h2><font color="blue">
<p align="center">Estoy practicando </p>
</body>

</html>

Práctica 3. Modificar el código fuente

 Página original:

Página modificada:

miércoles, 4 de junio de 2014

Ver código Fuente

<html lang="es" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Museo del Traje | CIPE</title>
<META http-equiv="Content-Language" content="es">
<META name="title" content="Museo del Traje | CIPE">
<META name="description" content="Museo del Traje">
<META name="keywords" content="Museo del Traje"> 
<META name="revisit-after" content="1 month">
<META name="rating" content="General">
<META name="author" content="Museo del Traje">  
<META name="owner" content="Museo del Traje"> 
<META name="robot" content="index, follow">
<META http-equiv="Content-Style-Type" CONTENT="text/css">

<meta name="lenguaje" content="es" />
<link href="http://museodeltraje.mcu.es/rss/MT-RSS.xml" rel="alternate" type="application/rss+xml" title="RSS noticias museodeltraje.mcu.es" />
<link href="estilos.css" rel="stylesheet" id="estilosMDT" type="text/css" />

Practica 2 con color:


<html>
 <head>
  <title>
   Saludo
  </title>
 </head>
 <body bgcolor=navy text=white>
  <h1 align="center">HOLA, MUNDO</h1>
  <h2 align="center">ESTA ES MI PRIMERA PÁGINA WEB</h2>
  <p  align="center">
  <img src="mundo.jpg"alt="Mundo"></p>
  <p align="left">es sencilla...</p>
  <p align="right">... pero estoy aprendiendo</p>
  <p align="center"><strong>Óscar Neu Fernández<BR>I.E.S. Praia Barraña<BR>1º BACH</strong></p>
  <hr align="center"widht="70%">
  <p align="center">
  <img src="P1_E2_Trabajando.gif"alt="En obras"></P>
 </body>
</html>