Order List-Html
March 7, 2009 at 6:04 am | In Ultimate Concepts-Html | Leave a CommentTags: html tutorials, learn html, order lists in html, tag, tags of html, unorder list in html
Today i’m going to tell you that how one can put various lists (ordered and unordered) in the Html.
Tag Names- <ol>, <ul>
Description- where the “ol”-stands for order lists and “ul”-stands for unorder lists.
The attributes which come up with <ol> tag are:-
- Type=”1″/”A” etc. (i.e which pattern you want for the ordered list? and by default it is 1)
- Start=”10″/”U” etc. (i.e from where you want the ordered list to be start?)
Note-While no such attributes for unorder list after all it is unordered.
Tag Name- <li>
Description- It is basically used for pointing out the next line.
Ultimate Example:
- <html><head><title>Order Lists</title></head><body><H1><center>Order Lists Example</H1></center><ol type=”1″ start=”10″><li>Ultimatechange<li>Ultimatepedia<li>Change is here</ol></body></html>
- <html><head><title>Order Lists</title></head><body><H1><center>UnOrder Lists Example</H1></center><ul><li>Ultimatechange<li>Ultimatepedia<li>Change is here</ul></body></html>
Output:
Order List Example
- Ultimatechange
- Ultimatepedia
- Change is here
UnOrder List Example
- Ultimatechange
- Ultimatepedia
- Change is here
Remain Connected
Get free automatic updates of my blog-"UltimatePedia" onto your mobile. Simply send a sms,"ON UltimateChange" to 9870807070.You will be charge max Rs1 for registering after which you will recieve lifelong free updates. *Applicable only in IndiaUltimateChange
Subscription/Feedbk
Share It
Stay Connected
Member Of
No Piracy Allowed
-
Blog Stats
- 245 hits
Blogroll
Categories
Tags
12th class projects add an image into your web page c++ c++ assignments c++ projects Color notations for html cse engineering Data Data structure Embed Tag entity field file frameset tag frames in html how to add password in a program? HTML Html tags html tutorials image tag in html information insert a table in website. learn html Markup Language order lists in html Password in a c++ program password in c program programming languages Queues record SQL Stack tables in html table tag in html tag tags of html unorder list in html Website designing website designing tutorialsNotice Board
Meta
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.










