diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
commit | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch) | |
tree | 0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/glossary/node/dom | |
parent | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff) | |
download | translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2 translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip |
initial commit
Diffstat (limited to 'files/es/glossary/node/dom')
-rw-r--r-- | files/es/glossary/node/dom/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/files/es/glossary/node/dom/index.html b/files/es/glossary/node/dom/index.html new file mode 100644 index 0000000000..ab70390e89 --- /dev/null +++ b/files/es/glossary/node/dom/index.html @@ -0,0 +1,14 @@ +--- +title: Node (DOM) +slug: Glossary/Node/DOM +translation_of: Glossary/Node/DOM +--- +<p>En el contexto del {{Glossary("DOM")}}, un <strong>nodo</strong> es un único punto en el arbol de nodos. Los nodos pueden ser varias cosas el documento mismo, elementos, texto y comentarios.</p> + +<h2 id="Saber_más">Saber más</h2> + +<h3 id="Referencia_técnica">Referencia técnica</h3> + +<ul> + <li>El <a href="https://dom.spec.whatwg.org/#concept-node">node tree</a> WHATWG spec</li> +</ul> |