"HTML5 e CSS3 - Módulo 2"
Mark the text

"Curso em Vídeo"
This is the student's notebook of Ricardo Barros Becheli

Mark the text

The <mark> tag makes the above <h1> heading (which I had "styled" to green) return to its original color, black.

Suppose you want it to continue the green CSS style you had previously defined for all <h1> tags. You have to force the green CSS style by applying an INLINE CSS to the <mark> tag opening as follows:

Mark the text

And if the yellow mark doesn't match your overall background-color, just do the same as above adding a background-color to the mark's opening tag style. See:

Mark the text

Mark the text. Don't mark bobeira!