JavaScript/DOM: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Shadd (discussione | contributi)
m Piccole correzioni ortografiche
m Update syntaxhighlight tags - remove use of deprecated <source> tags
 
Riga 15:
 
Prendiamo ad esempio questa pagina HTML:
<sourcesyntaxhighlight lang=html4strict>
<html>
<head></head>
Riga 23:
</body>
</html>
</syntaxhighlight>
</source>
È un semplice documento HTML contenente un'intestazione e un paragrafo. La sua struttura ad albero sarà la seguente:
[[Immagine:Simpe HTML page DOM.svg|400px|center]]