Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions 2_HTML5/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<head>
<meta charset="ISO-8859-1" />
<title>Empezando con html5</title>
<link rel="stylesheet" type="text/css" href="botones.css" />
<link rel="stylesheet" type="text/css" href="botones.css" /> <!-- CSS -->
<!-- Las etiquetas <meta> proveen a los motores de busqueda -->
<!-- la informaci�n que se usa para catalogar un sitio -->
<!-- la información que se usa para catalogar un sitio -->
<meta name = "keywords" content = "web page, design,
HTML5, tutorial, personal, help, index, form,
contact, basic HTML5 feedback, list, links, lol, yolo">
Expand All @@ -14,15 +14,15 @@
instruction.">
</head>
<body>
<header> <h1>Creando men� circular</h1>
<header> <h1>Creando menú circular</h1>
</header>
<nav>
<ul class="circulos">
<li><a href="basicohtml5.html"><span>B�sico HTML5</span></a></li>
<li><a href="basicohtml5.html"><span>Básico HTML5</span></a></li>
<li><a href="formhtml5.html"><span>Form HTML5</span></a></li>
<li><a href="stylehtml5.html"><span>Style HTML5</span></a></li>
<li><a href="#"><span>Contacto</span></a></li>
</ul>
</nav>
</body>
</html>
</html>