« Previous
Next »
HTML Quotation
- The quoted text, which is the piece of a web page that different from the regular text, is inserted using the HTML quotation elements.
- The <q> element is a group of text is placed inside quote marks using the q element.
- Both the opening and closing tags are present.
Example:
<!DOCTYPE
html>
<html>
<head>
<title>HTML</title>
</head>
<body>
<h1>HTML
Quotations</h1>
<p>Visit our Gocourse
webpage: <q>Gocourse.in</q></p>
</body>
</html>
Output:
More topic in HTML