HTML Marked Text Tag Example :
OUTPUT
<!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>
<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
No comments:
Post a Comment