Double Quotation words in HTML (“”)

In HTML <q> element tag defines a short quotation

Input:-

<html>
<body>
<p>This is normal text</p>
<p>This is the text with <q>Quotation Mark</q></p>
</body>
</html>


Output:-

This is normal text

This is the text with Quotation Mark

HOME/BACK

Comments

Popular posts from this blog

Keywords in C Programming

Definition of C Language

Data Types in C Programming