---
title: "Mark tag in html5"  
description: "mark tag is new tag in html5. It will be used to marked important text in document. Whenever you want to highlight some portion of text in your docume"  
author: "Anonymous User"  
published: 2011-07-27  
updated: 2020-07-01  
canonical: https://www.mindstick.com/articles/590/mark-tag-in-html5  
category: "html5"  
tags: ["html5"]  
reading_time: 1 minute  

---

# Mark tag in html5

<mark> tag is new tag in html5. It will be used to marked important text in document. Whenever you want to highlight some portion of text in your document then we will use mark tag.\

##### Following example will represents use of mark tag in html5

```
<body>     <form>        <p>            Hello, This is a demonstration of <mark>mark</mark>            tag in <mark>html5</mark>.        </p>     </form></body>
```

##### Output of following code snippet is as follows

![Mark tag in html5](https://www.mindstick.com/mindstickarticle/8e09e49b-fb7e-49d4-ae7d-9a55dbe9895d/images/b2ce5e3c-5493-4a98-a688-14e6861a693a.png)

---

Original Source: https://www.mindstick.com/articles/590/mark-tag-in-html5

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
