The HTML quotation element

Simple example of using the HTML quotation leement.
<!DOCTYPE html>
<html>
<head>
</head>
<body>

<p>The quote of the day is: 
<q>All for one and one for all</q>
</p>

</body>
</html>

Responses

0 Replies