represent marks using css html code example
Example 1: mark tag in html
mark {
display: inline-block;
line-height: 0em;
padding-bottom: 0.5em;
}
Example 2: how to add quote in html
<p>Anything you'd like to mention goes here: <blockquote>"Insert actual quote here."</blockquote> - Mr. Name</p>