Thursday, December 27, 2018

Formatting short quotations.

Quotations with the <q> element:- 

<html>
<body>

<p>Browsers usually insert quotation marks around the q element.</p>

<p>Akash is: <q>the biggest programer.</q></p>

</body>
</html>

OUTPUT:-  

  • The HTML <q> element defines a short quotation.
  • Browsers usually insert quotation marks around the <q> element.

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...