HTML <mark>
query_builder | Christopher PisaniThe HTML element <mark> is used to highlight important information in an HTML document. The visual might not be appealing but it can be edited with CSS for a cleaner highlight.
<p>Search results for "salamander":</p>
<hr>
<p>Several species of <mark>salamander</mark> inhabit the temperate rainforest of the Pacific Northwest.</p>
<p>Most <mark>salamander</mark>s are nocturnal, and hunt for insects, worms, and other small creatures.</p>
Available Attributes
No specific attributes are assigned for this element, other than the standard global attributes.