an html command to markup specific portion of text
Answers
Answered by
0
The <mark> tag is used to markup text. It highlights specific portions of the text.
Ex:
<p> The <mark> midpoint theorem </mark> is definitely going to appear on the test. </p>
The text defined by the <mark> will be highlighted in yellow, by default.
Ex:
<p> The <mark> midpoint theorem </mark> is definitely going to appear on the test. </p>
The text defined by the <mark> will be highlighted in yellow, by default.
Similar questions