Articoli taggati ‘programming’



Inserire commenti nei CSS

Questa mi mancava (eheh non si nasce imparati XD)
// COMMENTO SU UNA RIGA
/* COMMENTO
SU
PIU
RIGHE */
You can add comments in CSS scripts using these items :
// COMMENT IN A LINE
/* COMMENT
IN
MORE
LINES */