Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2-ui/1-document/02-dom-nodes/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Per vedere la struttura del DOM in real-time, prova [Live DOM Viewer](http://sof

Un altro modo per esplorare il DOM è usare gli "Strumenti per sviluppatori" del browser. Strumenti che usiamo quando sviluppiamo.

Per procedere in questo modo, apri la pagina web [elks.html](elks.html), apri "Strumenti per sviluppatori" e spostati sulla scheda "Elements".
Per procedere in questo modo, apri la pagina web [elk.html](elk.html), apri "Strumenti per sviluppatori" e spostati sulla scheda "Elements".

Dovrebbe apparire così:

Expand Down