Agregados cambios
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Mis Preferencias</title>
|
||||
<link rel="stylesheet" href="estilo.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1>Mis preferencias personales</h1>
|
||||
@@ -16,7 +18,6 @@
|
||||
<h2>Deportes favoritos</h2>
|
||||
<ul>
|
||||
<li>Fútbol</li>
|
||||
<li>Básquet</li>
|
||||
<li>Natación</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -26,7 +27,7 @@
|
||||
<ul>
|
||||
<li>Pizza</li>
|
||||
<li>Asado</li>
|
||||
<li>Empanadas</li>
|
||||
<li>Sushi</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -36,8 +37,10 @@
|
||||
<li>Leer</li>
|
||||
<li>Programar</li>
|
||||
<li>Escuchar música</li>
|
||||
<li>Jugar videojuegos</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user