Tutorialsplane

Html mark tag


Html strong tag: Is basically used to mark the text as highlighted <mark> is used to mark the texts as highlighted.


Syntax of Html mark tag

<mark>text.</mark>

Html mark tag

Example




<title>Title</title>


<p>Without Mark Tag : This is paragraph without mark texts.</p>
<p>Mark Tag : This is <mark>important</mark> paragraph.</p>


Try it ยป

Output :

Html Mark tag Example

Html Formatting