html highlight paragraph code example
Example 1: how to highlight text in html
<mark>text</mark>
Example 2: mark tag in html
mark {
display: inline-block;
line-height: 0em;
padding-bottom: 0.5em;
}
<mark>text</mark>
mark {
display: inline-block;
line-height: 0em;
padding-bottom: 0.5em;
}