mark Element
Description
The mark
element is new to HTML5 and
represents a highlighted text.
Example
The following code demonstrates the mark
element.
<!DOCTYPE HTML>
<html>
<body>
<p>
I like <mark>CSS</mark>.
</p><!-- w ww.j a v a 2 s . co m-->
</body>
</html>