1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title> Curso HTML 4.01 </title> <meta name="author" content="MarySol "> <meta name="keywords" content=" HTML, pagina Web "> </head> <body bgcolor="silver”> <p> Hola mundo </p> <div> &Eacute;sta es mi primera p&aacute;gina web </div> </body> </html>

Primera página web

Embed Size (px)

Citation preview

Page 1: Primera página web

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"

"http://www.w3.org/TR/html4/strict.dtd">

<html>

<head>

<title>

Curso HTML 4.01

</title>

<meta name="author" content="MarySol ">

<meta name="keywords" content=" HTML, pagina Web ">

</head>

<body bgcolor="silver”>

<p>

Hola mundo

</p>

<div>

&Eacute;sta es mi primera p&aacute;gina web

</div>

</body>

</html>