Articles → HTML → Quote Tag In HTML
Quote Tag In HTML
Purpose
Syntax
Example
<html>
<head>
<title>quote Demo</title>
</head>
<body>
Please check the <q>User Name</q> and <q>Password</q>
</body>
</html>
Try It
Output
Browser Support
Internet Explorer | Firefox | Chrome | Safari | Opera | Edge |
---|
Yes | Yes | Yes | Yes | Yes | Yes |
Posted By - | Karan Gupta |
|
Posted On - | Friday, October 14, 2016 |
|
Updated On - | Friday, September 29, 2017 |