Search This Blog

HTML Quoting Text Tag Example

HTML Quoting Text Tag Example :
<!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>

OUTPUT
HTML Quoting Text Tag Example

No comments:

Post a Comment