Comments

 

<!-- Multiple-line
     comment -->
  • Comment declaration: <! ... >
  • Comment: -- ... --
<! [-- text --]* >
  • Avoid putting "--" or ">" inside a comment, as this is not supported by some web browsers.

 

 

Resources URL: 
notes/html/resources
Sources URL: 
notes/html/sources

See Also