aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-10 08:37:18 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-10 08:37:18 -0500
commit65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (patch)
tree3d54e994e6b6ff762841fe4c3eb60e87130589a5 /files/es/web/html
parenta065e04d529da1d847b5062a12c46d916408bf32 (diff)
downloadtranslated-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.html6
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>&lt;nav&gt;</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>&lt;nav&gt;</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">&lt;nav class="menu"&gt;
+<pre class="brush: html notranslate">&lt;nav class="menu"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#"&gt;Inicio&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;Sobre nosotros&lt;/a&gt;&lt;/li&gt;
@@ -88,7 +88,7 @@ translation_of: Web/HTML/Element/nav
<tr>
<td>{{SpecName('HTML5 W3C', 'sections.html#the-nav-element', '&lt;nav&gt;')}}</td>
<td>{{Spec2('HTML5 W3C')}}</td>
- <td>Definicion inicial</td>
+ <td>Definición inicial</td>
</tr>
</tbody>
</table>