<html>
<head>
</head>
<body>
mi pagina
</body>
</html>
<html>
<head>
</head>
<body bgcolor=yellow>
</body>
</html>
<html>
<head>
<title> Ejemplo de texto </title>
</head>
<body bgcolor=yellow>
<font size = "4">
mi primera pagina web
</font>
</body>
</html>
<html>
<head>
<title> ejemplos de formato de fuente </title>
</head>
<body bgcolor=yellow>
<font size = "4">
<b> mi primera pagina web </b> <br>
<u> apoyen el paro </u> <br>
<i> soy de cerrito </i> <br>
</font>
</body>
</html>
<html>
<head>
<title> colores en paginas web </title>
</head>
<body>
<font color = "Dark Slate Blue">
cerrito valle
</font>
</body>
</html>
<html>
<head>
<title> imagenes en paginas web </title>
</head>
<body>
<img src = "SingularityGravity.gif">
</font>
</body>
</html>

No hay comentarios:
Publicar un comentario