diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
commit | da78a9e329e272dedb2400b79a3bdeebff387d47 (patch) | |
tree | e6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/it/glossary/node/dom/index.html | |
parent | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff) | |
download | translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2 translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip |
initial commit
Diffstat (limited to 'files/it/glossary/node/dom/index.html')
-rw-r--r-- | files/it/glossary/node/dom/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/files/it/glossary/node/dom/index.html b/files/it/glossary/node/dom/index.html new file mode 100644 index 0000000000..33c713a074 --- /dev/null +++ b/files/it/glossary/node/dom/index.html @@ -0,0 +1,14 @@ +--- +title: Node (DOM) +slug: Glossary/Node/DOM +translation_of: Glossary/Node/DOM +--- +<p><span class="seoSummary">Nel contesto del </span>{{Glossary("DOM")}}<span class="seoSummary">, un <strong>nodo</strong> è un singolo punto nell'albero dei nodi. Varie cose che sono nodi sono il documento stesso, elementi, testo e commenti.</span></p> + +<h2 id="Per_saperne_di_più">Per saperne di più</h2> + +<h3 id="Riferimento_tecnico">Riferimento tecnico</h3> + +<ul> + <li><a href="https://dom.spec.whatwg.org/#concept-node">L'albero dei nodi</a> WHATWG spec</li> +</ul> |