HTML - Text Formatting (Yugeeth_W) {CODE}
<!DOCTYPE html>
<head>
<title>HTML - Text Formatting (Yugeeth_W)</title>
</head>
<body>
<b>Bold</b>
<i>Italic</i>
<strong>Strong</strong>
<em>Emphasis</em>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
<big>Big</big>
<small>Small</small>
<sup>Superscript</sup>
<sub>Subscript</sub>
<del>Deleted</del>
<ins>Inserted</ins>
<code>Coding</code>
<tt>Typewriter</tt>
<marquee behavior="" direction="right">Animated</marquee>
<p>Paragraph</p>
<div>Division</div>
<span>Spanning Area</span>
<Address>Address Information</Address>
<pre>Preformatted Text</pre>
</body> </html>
<i>Italic</i>
<strong>Strong</strong>
<em>Emphasis</em>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
<big>Big</big>
<small>Small</small>
<sup>Superscript</sup>
<sub>Subscript</sub>
<del>Deleted</del>
<ins>Inserted</ins>
<code>Coding</code>
<tt>Typewriter</tt>
<marquee behavior="" direction="right">Animated</marquee>
<p>Paragraph</p>
<div>Division</div>
<span>Spanning Area</span>
<Address>Address Information</Address>
<pre>Preformatted Text</pre>
</body> </html>
Comments
Post a Comment