limanza

tag < mark > :

Definition and Usage

The <mark> tag defines marked text.

Use the <mark> tag if you want to highlight parts of your text.


Example
example <p>
    You are learning <mark> HTML 5 </mark> in limanza .
</p>
output

You are learning HTML 5 in limanza .

 

Copyright 2014. All rights reserved.