Blogger Widgets ***hTmL wOrLd***: August 2012

~~SnOW~~

Blogger Widgets

Monday, 6 August 2012

! order list tag in HTML



<HTML>
<head><title><B><CENTER> ORDER LIST</CENTER> </B></title></head>
<BODY>
<H1 STYLE=BACKGROUND-COLOR:RED;"> ORDER LIST </H1>
<OL>
         <LI> GML
            <LI> SGML
              <LI> HTML
                 <LI> VB SCRIPT
</OL>
</BODY></HTML>

PREVIEW

<b> ORDER LIST </B>

ORDER LIST

  1. GML
  2. SGML
  3. HTML
  4. VB SCRIPT
To Preview this programe click here,automatically redirected to the html worksheet.

***text in bold big etc...,***



<html>
<head>
<title>text formatting</title>
</head>
<body>
<p STYLE="BACKGROUND-COLOR:RED;"><B><CENTER>B.COM COMPUTERS</CENTER></B></p>
<p><big>tharun</big>
<p><small>web technologies</small>
<p> (a+b) <sup>2</sup>a<sup>2</sup>+2ab+b<sup>2</sup>
<p>h<sub>2</sub>so<sub>4</sub>
</body>
</html>

text in bold big etc..., preview

text formatting

B.COM COMPUTERS
tharun
web technologies
(a+b) 2a2+2ab+b2
h2so4

To Preview this programe click here,automatically redirected to the html worksheet.





Saturday, 4 August 2012

basic html 1

My First Heading

My first paragraph.

To Preview this programe click here,automatically redirected to the html worksheet.