Highlighted text in HTML

In HTML <mark> element tag defines Highlighted texts.

Input:-

<html>
<body>
<p>This is my <mark>1st Blog</mark></p>
</body>
</html>

Output:-

This is my 1st Blog

Comments

Popular posts from this blog

Keywords in C Programming

Definition of C Language

Data Types in C Programming