"Curso em Vídeo"
This is the student's notebook of Ricardo Barros Becheli
<!DOCTYPE html>
Title
HTML Semantic Elements
Head, header and heading
Paragraph
Formating
Entities
Emojis
Images
Favicon
Mark the text
How to display code
Quotations
Lists
Links
Responsive images
Audio
Video
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:
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. Don't mark bobeira!