HTML Listings
A webpage is sorted out and lists one of the best ways to present information. With HTML, two types of lists can be made, one is the order list and the other is an undoard list. Various information is presented randomly in the order list and there are serial numbers at the beginning of every line. On the other hand, there are small circular or square sign in front of each line in the order order list. <Ul> </ ul> tag is used to create an order list through HTML and <ol> </ ol> to create an order list.
Example Programs
<Html>
<Head>
<Title> www.tutohost.com </ title>
</ Head>
<Body bgcolor = "# 00CC99" style = "text-align: center">
<H4> Disc Type list </ h4>
<Ul type = "disc">
<Li> Home </ li>
<Li> About Us </ li>
<Li> Contact Us </ li>
</ Ul>
<H4> Circle Type list </ h4>
<Ul type = "circle">
<Li> HTML </ li>
<Li> CSS </ li>
<Li> PHP </ li>
</ Ul> <h4> Square Type list </ h4>
<Ul type = "square">
<Li> Pragaph </ li>
<Li> Table </ li>
<Li> List </ li>
</ Ul>
</ Body>
</ Html>
Open a Notepad and enter the code above and click on Save as from the File menu, save as file name: index.html, Save as type: All files, open the index.html file with Mozilla Firefox, and look like a picture next to it.
Example Programs
<Html>
<Head>
<Title> www.tutohost.com </ title>
</ Head>
<Body bgcolor = "# 00CC99" style = "text-align: center">
<H3> Alphabet Type list </ h3>
<Ol type = "A">
<Li> Home </ li>
<Li> About Us </ li>
<Li> Contact Us </ li>
</ Ol>
<H3> Number Type list </ h3>
<Ol type = "1">
<Li> HTML </ li>
<Li> CSS </ li>
<Li> PHP </ li>
</ Ol>
<H3> Roman Number Type list </ h3>
<Ol type = "I">
<Li> Pragaph </ li>
<Li> Table </ li>
<Li> List </ li>
</ Ol>
</ Body>
</ Html>
Open a Notepad and enter the code above and click on Save as from the File menu, save as file name: index.html, Save as type: All files, open the index.html file with Mozilla Firefox, and look like a picture next to it.
A webpage is sorted out and lists one of the best ways to present information. With HTML, two types of lists can be made, one is the order list and the other is an undoard list. Various information is presented randomly in the order list and there are serial numbers at the beginning of every line. On the other hand, there are small circular or square sign in front of each line in the order order list. <Ul> </ ul> tag is used to create an order list through HTML and <ol> </ ol> to create an order list.
Example Programs
<Html>
<Head>
<Title> www.tutohost.com </ title>
</ Head>
<Body bgcolor = "# 00CC99" style = "text-align: center">
<H4> Disc Type list </ h4>
<Ul type = "disc">
<Li> Home </ li>
<Li> About Us </ li>
<Li> Contact Us </ li>
</ Ul>
<H4> Circle Type list </ h4>
<Ul type = "circle">
<Li> HTML </ li>
<Li> CSS </ li>
<Li> PHP </ li>
</ Ul> <h4> Square Type list </ h4>
<Ul type = "square">
<Li> Pragaph </ li>
<Li> Table </ li>
<Li> List </ li>
</ Ul>
</ Body>
</ Html>
Open a Notepad and enter the code above and click on Save as from the File menu, save as file name: index.html, Save as type: All files, open the index.html file with Mozilla Firefox, and look like a picture next to it.
Example Programs
<Html>
<Head>
<Title> www.tutohost.com </ title>
</ Head>
<Body bgcolor = "# 00CC99" style = "text-align: center">
<H3> Alphabet Type list </ h3>
<Ol type = "A">
<Li> Home </ li>
<Li> About Us </ li>
<Li> Contact Us </ li>
</ Ol>
<H3> Number Type list </ h3>
<Ol type = "1">
<Li> HTML </ li>
<Li> CSS </ li>
<Li> PHP </ li>
</ Ol>
<H3> Roman Number Type list </ h3>
<Ol type = "I">
<Li> Pragaph </ li>
<Li> Table </ li>
<Li> List </ li>
</ Ol>
</ Body>
</ Html>
Open a Notepad and enter the code above and click on Save as from the File menu, save as file name: index.html, Save as type: All files, open the index.html file with Mozilla Firefox, and look like a picture next to it.
No comments:
Post a Comment