Search This Blog

HTML BlockQuote Tag Example

HTML BlockQuote Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h1> BlockQuote Tag Example </h1>
<p> by < blockquote > tag we can display any large text to divide some block text in a webpage.</p>
<blockquote> welcome to html scripting language </blockquote>
Text inside a < blockquote > element is usually indented <blockquote>from the left and right edges </blockquote> of the surrounding text, and sometimes uses an italicized font.
</center>
</body>
</html>

OUTPUT
HTML BlockQuote Tag Example

No comments:

Post a Comment