Pages

Monday, August 24, 2009

[HTML TAGS CODE AND OUTPUT ][<pre> </pre>-<code...></code>-<kbd...> </kbd>-<tt...></tt>-<samp...></samp>-<var...></var>-<address> ...</address>- <del>...</del>- <ins>...</ins> <blockquote>...</blockquote> <q> ...</q>]

this Code below...



<pre>
preformatted t e x t
     : ]  will display text the way Y o U write.
3
  3
    3
</pre>

<br />
<code>Computer code is like computer text </code>
<br />
<kbd>Keyboard input text type </kbd>
<br />
<tt>Teletype text type</tt>
<br />
<samp>Sample text type</samp>
<br />
<var>Computer variable text type</var>
<br />


<address>
Stewart Muse <br />
P.O. BOX 4390 <br />
NeverLand<br />
World - Address tag just italizes text and helps serach engines to identify the tag easily - thus finds address easily
</address>
<del>Delete tag puts a Line on the text</del>
<ins>Insert tags puts a line under the text or word</ins>


<blockquote>
Blogquote is used for Long quotation
</blockquote>

<q> q Tag is used for short quotation, it puts an inverted quotes</q>
</q>



... produces this Output


preformatted t e x t
     : ]  will display text the way Y o U write.
3
  3
    3




Computer code is like computer text


Keyboard input text type


Teletype text type


Sample text type


Computer variable text type





Stewart Muse

P.O. BOX 4390

NeverLand

World - Address tag just italizes text and helps serach engines to identify the tag easily - thus finds address easily

Delete tag puts a Line on the text
Insert tags puts a line under the text or word



Blogquote is used for Long quotation


q Tag is used for short quotation, it puts an inverted quotes

No comments:

Post a Comment