Thursday 15 December 2016

HTML Text Formats

<!DOCTYPE html>
<html>
<body>

<p><b>Text Formats</b></p>

<p>This is<b> - Bold text</b></p>
<p>This is<strong> - Important text</strong></p>
<p>This is<i> - Italic text</i></p>
<p>This is<em> - Emphasized text</em></p>
<p>This is<mark> - Marked text</mark></p>
<p>This is<small> - Small text</small></p>
<p>This is<del> - Deleted text</del></p>
<p>This is<ins> - Inserted text</ins></p>
<p>This is<sub>Subscript text</sub></p>
<p>This is<sup>  Superscript text</sup></p>

</body>
</html>


No comments:

Post a Comment

Oracle Reserved Words

Oracle  Reserved Words The following words are reserved by Oracle. That is, they have a special meaning to Oracle and so cannot be redefi...