Search This Blog

HTML Marked Text Tag Example

HTML Marked Text Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Marked Text Tag Example </h2>
<p> by < mark > tag we can display any text to marked with yellow ink in a webpage.</p>
<mark> welcome to html scripting language </mark>
</center>
</body>
</html>

OUTPUT
HTML Marked Text Tag Example

No comments:

Post a Comment