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

<!DOCTYPE html>
<html>
<head>
<title>Title</title>
</head>
<body>
<p>Without Mark Tag : This is paragraph without mark texts.</p>
<p>Mark Tag : This is <mark>important</mark> paragraph.</p>
</body>
</html>

Try it »

Output :

Html Mark tag Example

Html Mark tag Example


Advertisements

Add Comment

📖 Read More