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