C# Programming
Tuesday, June 12, 2018
How to write a quotation in HTML | "quotation" | Learn HTML5
This video demonstrate how to write quotation in html, for eg: "quotation".
<q> tag is used to make quotation in html.
code:
<!DOCTYPE html>
<html>
<head>
<title>quotation</title>
</head>
<body>
<q> It is inside quotation </q>
</body>
</html>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment