how to highlight in text in css code example
Example 1: how to highlight text in html
<mark>text</mark>
Example 2: how to highlight text in css
<body>
<p>The Math test is on <mark>Friday</mark>.</p>
</body>
<mark>text</mark>
<body>
<p>The Math test is on <mark>Friday</mark>.</p>
</body>