HTML for Beginners by Ganofins

HTML for Beginners by Ganofins

Author:Ganofins
Language: eng
Format: azw3, epub, pdf
Publisher: Ganofins
Published: 2016-11-29T08:00:00+00:00


Quotation: <q>…</q> tag is used to add quotation marks in the sentence.

Example:

<html>

<head>…. </head>

<body>

<q>THANKS FOR READING</q>

</body> </html>

Break: <br> is used to break the line.

Example:

<html>

<head>…. </head>

<body>

<p>A book by Ganofins</p><br>

<p>THANKS FOR READING</p>

</body>

</html>

Superscript: <sup>…</sup> tag is used to make the text appear as super script in the webpage.

Example:

<html>

<head>…. </head>

<body>

<p>A book by <sup>Ganofins</sup></p>

</body> </html>

Subscript: <sub>…</sub> tag is used to make the text appear as subscript in the webpage.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.