<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Quotation</title>
</head>
<body>
He said <q>This is too much.</q>
</body>
</html> . Used of:-
Output:-He said
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Quotation</title>
</head>
<body>
He said <q>This is too much.</q>
</body>
</html> . Used of:-
Q Tag
Uses of <q> tag
- This element indicates that the enclosed text is a short inline quotation that don't require paragraph breaks.
This is too much.
HTML:-q tag
Reviewed by Network security
on
April 29, 2019
Rating:
No comments: