CSS
kommentarer
Sök…
Syntax
- /* Kommentar */
Anmärkningar
- Kommentarer i CSS börjar alltid med
/*
och slutar med*/
- Kommentarer kan inte läggas in
En kö
/* This is a CSS comment */
div {
color: red; /* This is a CSS comment */
}
Flera linjer
/*
This
is
a
CSS
comment
*/
div {
color: red;
}
Modified text is an extract of the original Stack Overflow Documentation
Licensierat under CC BY-SA 3.0
Inte anslutet till Stack Overflow