HTML Q <q> Tag
0 2563
The Q <q> and the <blockquote> tag in HTML are used in case you want to include a quotation for any text over the web page. The HTML Q <q> tag is used in case you want to input a short quotation on the page consisting of short lines.
However, if there is a need for including a larger text or a larger quote, the <blockquote> tag is used.
Program:
<!DOCTYPE html> <html> <head> <title>Q Tag </title> </head> <body> <h2>Example of Q Tag </h2> <p>Codingtag is the E-learning website covering all aspects of<q>technical and nontechnical tutorials.</q> </p> </body> </html>
Output:
Share:
Comments
Waiting for your comments