Please enable JavaScript.
Coggle requires JavaScript to display documents.
TPSIT 1/2 - Coggle Diagram
TPSIT 1/2
-
Interfacce Web
HTML5 Struttura Base
1) <!DOCTYPE html> 2) <html> 3) <head> → info non visibili 4) <body> → contenuto visibile 5) </html>
-
CSS Base
-
Colori:
nomi, #esadecimale, rgb()
Font:
font-family, font-size, color
-