Horje
How to create HTML <mark> Element

The HTML <mark> element defines text that should be marked or highlighted:


Example of HTML <mark> Element

<mark>milk</mark>

Full Example of HTML <mark> Element

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

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

</body>
</html>

Output should be:

Full Example of HTML <mark> Element





Category:
Web Tutorial
Sub Category:
HTML Formatting
Uploaded by:
Admin


Read Article
https://horje.com/learn/1434/reference