Introduction:
The HTML <q> tag is used for indicating short quotations (i.e. quotations that needs to display within a non-quoted paragraph).
Example:
<html>
<head>
<title>HTML q Tag</title>
</head>
<body>
And then she said <q>like... whatever!</q>
</body>
</html>
No comments:
Post a Comment