diff options
Diffstat (limited to 'files/es/web/html/elemento/nav/index.html')
-rw-r--r-- | files/es/web/html/elemento/nav/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/es/web/html/elemento/nav/index.html b/files/es/web/html/elemento/nav/index.html index 1e88157775..c8d998cef2 100644 --- a/files/es/web/html/elemento/nav/index.html +++ b/files/es/web/html/elemento/nav/index.html @@ -58,9 +58,9 @@ translation_of: Web/HTML/Element/nav <h2 id="Ejemplo">Ejemplo</h2> -<p>In this example, a <code><nav></code> block is used to contain an unordered list ({{HTMLElement("ul")}}) of links. With appropriate CSS, this can be presented as a sidebar, navigation bar, or drop-down menu.</p> +<p>En este ejemplo, un bloque <code><nav></code> es usado para contener una lista no ordenada ({{HTMLElement("ul")}}) de enlaces. Con el CSS apropiado, esto puede ser presentado como una barra lateral, una barra de navegación o un menú desplegable.</p> -<pre class="brush: html"><nav class="menu"> +<pre class="brush: html notranslate"><nav class="menu"> <ul> <li><a href="#">Inicio</a></li> <li><a href="#">Sobre nosotros</a></li> @@ -88,7 +88,7 @@ translation_of: Web/HTML/Element/nav <tr> <td>{{SpecName('HTML5 W3C', 'sections.html#the-nav-element', '<nav>')}}</td> <td>{{Spec2('HTML5 W3C')}}</td> - <td>Definicion inicial</td> + <td>Definición inicial</td> </tr> </tbody> </table> |