| Elementos | Atributos e valores |
| html (1) | |
| head (1) | |
| meta (1) | |
| title (1) | |
| link (10) |
|
| script (5) | |
| style (1) | |
| body (1) | |
| div (98) |
|
| h1 (1) | |
| a (102) | |
| ul (14) |
|
| li (62) | |
| form (1) |
|
| input (2) |
|
| img (13) | |
| p (16) | |
| span (1) | |
| h2 (10) | |
| h3 (15) |
| Manual Weby | |
| URL |
Exibe todos os elementos e atributos. www.moraga.com.br |
| URL (elemento-1, elemento-2, ..., elemento-N) |
Exibe somente elementos que estiverem entre os parênteses. www.moraga.com.br (meta), www.moraga.com.br (a), www.moraga.com.br (link, div) |
| URL {atributo-1, atributo-2, ..., atributo-N} |
Exibe somente os atributos que estiverem entre as chaves. www.moraga.com.br {class}, www.moraga.com.br {id}, www.moraga.com.br {content, name, href} |
| URL (elementos) {atributos} |
Combinação de elementos e atributos. www.moraga.com.br (a) {href}, www.moraga.com.br (input) {name, class, id}, www.moraga.com.br (div, p, span) {class, id, style} |