HTML [mark] Tag
Definition and Usage
The [mark] tag defines text that should be marked or highlighted.
Example
Highlight parts of a text:
<!DOCTYPE html>
<html>
<head>
<title>Mark Tag
Use</title>
</head>
<body>
<p>How to use
Mark Tag in <mark>HTML</mark></p>
</body>
</html>
Comments
Post a Comment