<body>
<p><b>This text is bold</b></p>
<p><strong>This text is strong</strong></p>
<p><big>This text is big</big></p>
<p><i>This text is italic</i></p>
<p><em>This text is emphasized</em></p>
<p><code>This is computer output</code></p>
<p>This is<sub> subscript</sub> and <sup>superscript</sup></p>
<pre>
This is
preformatted text.
It preserves both spaces
and line breaks.
</pre>
<address>
Written by W3Schools.com<br />
<a href="mailto:us@example.org">Email us</a><br />
Address: Box 564, Disneyland<br />
Phone: +12 34 56 78
</address>
<p>The <abbr title="World Health Organization">WHO</abbr> was founded in 1948.</p>
<p>The title attribute is used to show the spelled-out version when holding the mouse pointer over the acronym or abbreviation.</p>
<bdo dir="rtl">
Here is some Hebrew text
</bdo>
A long quotation:
<blockquote>
This is a long quotation. This is a long quotation. This is a long quotation. This is a long quotation. This is a long quotation.
</blockquote>
<p><b>Note:</b> The browser inserts white space before and after a blockquote element. It also inserts margins.</p>
A short quotation:
<q>This is a short quotation</q>
<p><b>Note:<b> The browser inserts quotation marks around the short quotation.</p>
<p>My favorite color is <del>blue</del> <ins>red</ins>!</p>
<p>Notice that browsers will strikethrough deleted text and underline inserted text.</p>
</body>
</html>
This text is bold
This text is strong
This text is big
This text is italic
This text is emphasized
This is computer outputThis is subscript and superscript
This is preformatted text. It preserves both spaces and line breaks.Written by W3Schools.com
Email us
Address: Box 564, Disneyland
Phone: +12 34 56 78
The WHO was founded in 1948.
The title attribute is used to show the spelled-out version when holding the mouse pointer over the acronym or abbreviation.
txet werbeH emos si ereH
A long quotation:
This is a long quotation. This is a long quotation. This is a long quotation. This is a long quotation. This is a long quotation.Note: The browser inserts white space before and after a blockquote element. It also inserts margins.
A short quotation:
This is a short quotation
Note: The browser inserts quotation marks around the short quotation.
My favorite color is
Notice that browsers will strikethrough deleted text and underline inserted text.
No comments:
Post a Comment