Codigo de fuente

<body>

div id="boxNav"><div id="boxSearch"> <form id="Search" method="post" action="index.jsp">   <label for="textfield"></label>       <input name="buscar_cadena" type="text" class="input" id="buscar_cadena" accesskey="1" tabindex="1" value="" size="22" />     <label for="Submit"></label>   <input type="submit" class="button" name="Buscar" value="Buscar" accesskey="2" tabindex="2" id="Submit" /> </form>   </div></div>

Práctica 2

<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" />

Segundo ejercicio

<html>
<head>
<title>
Saludo
</title>
</head>
<body bgcolor=green text=white>
<h1 align="center">HOLA,
MUNDO</h1>
<h2 align="center">ESTA ES MI
 PRIMERA PAGINA WEB</h2>
<p align="center">
<img src="omundo.jpg"
alt="Mundo"></p>
<p align="left">es sencilla...</p>
<p align="right">...pero estoy
aprendiendo</p>
<p
align="center"><strong>DANIEL
GEY PÉREZ<BR>1º BACH</
strong></p>
<hr align="center"width="70%"<
<p align="center>
<img src="obras.png"
alt="En obras"></p>
<body bgcolor=green text=white>
</html>