Html5 q Tag

In the <q> tag is indicates short quotation which is used for sentence or character.Quotation can to put limited line if you use <q> tag. if you like to put quotation for many line use <blockquote> tag.In the <q> tag end tag of </q>.which tag attributes is cite and value is url.

Syntax:

<q>...</q>

Example Code

<!DOCTYPE HTML>
HTML5 is a <q>Hyper Text Markup Language</q> version 5

Out Put :



HTML5 is a "Hyper Text Markup Language" version 5

In the above example <q> tag is used to Hyper Text Markup Language at Text.





Content