Perchè sono le tecnologie più importanti e onnipresenti del Web.
1 | < html > |
2 | < head > |
3 | < title >Ciao Web!</ title > |
4 | </ head > |
5 | < body > |
6 | < p >Il mio primo paragrafo HTML!</ p > |
7 | </ body > |
8 | </ html > |
1 | < nometag > |
1 | < p > |
2 | linea1< br /> |
3 | linea2 |
4 | </ p > |
1 | < p > |
2 | Some random text... < img src = "imageurl.png" > |
3 | Some other text |
4 | </ p > |
Una pagina HTML:
E’ importante non confondere la struttura ad albero di una pagina HTML con la struttura a grafo di un ipertesto!!!