C. Comentarios

Ejemplo

<style>
 /* Comentario sobre h1.  */
 h1 {
  coloryellow/*Sobre color.*/
  background-colorblue;
 }
</style>