HTML Quoting Text Tag Example :
OUTPUT
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h1> Quoting Text Tag Example </h1>
<p> < q > tag used to when you want to add a double quote within a sentence in your webpage.</p>
<q> welcome to html scripting language </q>
</center>
</body>
</html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h1> Quoting Text Tag Example </h1>
<p> < q > tag used to when you want to add a double quote within a sentence in your webpage.</p>
<q> welcome to html scripting language </q>
</center>
</body>
</html>
OUTPUT
No comments:
Post a Comment