HTML 5 <mark> Tag
Example
Highlight parts of a text:
<p>Do not forget to buy <mark>milk</mark> today.</p> |
View it » |
Definition and Usage
The <mark> tag defines marked text. Use the <mark> tag if you want to
highlight parts of your text
Differences Between HTML 4.01 and HTML 5
The <mark> tag is new in HTML 5
Standard Attributes
The <a> tag also supports the Standard Attributes in HTML 5.
Event Attributes
The <a> tag also supports the Event Attributes
in HTML 5.
|