Users Pricing

articles

Home Articles Mark tag in html5 – MindStick

Mark tag in html5

Anonymous User 8488 27 Jul 2011 Updated 01 Jul 2020

<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


I am a content writter !


1 Comments


Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md