Thursday, December 27, 2018

Formatting quoted sections.

Quoted sections with the <blockquote> element:-

<!DOCTYPE html>
<html>
<body>

<p>Browsers usually indent blockquote elements.</p>

<blockquote cite="http://www.worldwildlife.org/who/index.html">
For 50 years, WWF has been protecting the future of nature.
The world's leading conservation organization,
WWF works in 100 countries and is supported by
1.2 million members in the United States and
close to 5 million globally.
</blockquote>

</body>
</html>

OUTPUT:-
  • The HTML <blockquote> element defines a section that is quoted from another source.
  • Browsers usually indent <blockquote> elements.

No comments:

Post a Comment

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...