diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 08:37:18 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 08:37:18 -0500 |
commit | 65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (patch) | |
tree | 3d54e994e6b6ff762841fe4c3eb60e87130589a5 /files/es/web/html | |
parent | a065e04d529da1d847b5062a12c46d916408bf32 (diff) | |
download | translated-content-65cc6eabd71b1bceccf6fd3d3d4970c2955f3784.tar.gz translated-content-65cc6eabd71b1bceccf6fd3d3d4970c2955f3784.tar.bz2 translated-content-65cc6eabd71b1bceccf6fd3d3d4970c2955f3784.zip |
dump 2020-12-10
Diffstat (limited to 'files/es/web/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> |