mark
UK[mɑ:k] US[mɑ:rk]
n.Mark; spot; grade; standard
vt .mark; express; score...; leave traces on...
vi. Score; note; (during competition) score
html5<mark> tag syntax
Function: The <mark> tag defines text with a mark. Please use the <m> tag when you need to highlight text.
html5<mark> tag example
<!DOCTYPE HTML> <html> <body> <p>Do not forget to buy <mark>milk</mark> today.</p> </body> </html>
Click the "Run instance" button to view the online instance