<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mark tag</title>
</head>
<body>
Normal Text
<br> mark <mark>This</mark> Text
</body>
</html> . Output:-Normal Text
mark This Text . Definition:-
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mark tag</title>
</head>
<body>
Normal Text
<br> mark <mark>This</mark> Text
</body>
</html> . Output:-Normal Text
mark This Text . Definition:-
Mark text
Uses of <mark> tag
- This tag element represents a text by marking or highlighting it for reference purposes.
- This tag is used for marking the specific text in yellow colour.
HTML:- mark tag
Reviewed by Network security
on
April 29, 2019
Rating:
No comments: