C# Programming: How to write a quotation in HTML | "quotation" | Learn HTML5

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