UK[mɑ:k] US[mɑ:rk]

n. mark; spot; grade; standard

vt. mark; express; score...; leave... Mark down

vi. Score; note; (during competition) score

Third person singular: marks Plural: marks Present participle: marking Past tense: marked Past participle: marked

html mark tag syntax

Function: Define text with marks.

Instructions: Please use the <m> tag when you need to highlight text.

Note: The <mark> tag is a new tag in HTML 5.

html mark tag example

<!DOCTYPE HTML>
<html>
<body>

<p>Do not forget to buy <mark>milk</mark> today.</p>

</body>
</html>

Run Instance»

Click the "Run Instance" button to view the online instance

<!DOCTYPE HTML>
<html>
<body>

<p><mark>西门大官人</mark>是PHP中文网的<mark>高级讲师</mark></p>

</body>
</html>

Run instance»

Click the "Run instance" button to view the online instance