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>

Click to view the demo





















Home »
  HTML CSS »
    HTML »




HTML Introduction
HTML Document
HTML Section
HTML Group Content
HTML Text Marker
HTML Table
HTML Form
HTML Embed