Development| HTML| JavaScript| Questions?

 

 

 

 

 

 

 

 

 

 

 

 

 

Search Tutorials

Latest Questions
Comments
 
Unordered Lists 
 

An Unordered Lists is a bulleted list of items, which enables you a customized view of a bullets. An unordered list does not have numbers.

 

Unordered Lists

                         

An Unordered Lists is a bulleted list of items, which enables you a customized view of a bullets. An unordered list does not have numbers. This list can be created inside <url> tags. The names which you want to displayed are enclosed within <li>tags.

Understand with Example

The Tutorial want to describe you a code that helps you to understand Unordered Lists. In this example, the code illustrates an Unordered Lists example, The list of steps are to be carried out as follows :

 <ul> : The opening tag begins with <ul>

 <lh> :The <LH> follows, this is an optional list header (<LH>caption</LH>) 

  <li> : This is used to display list of items in it:

<ul>
<li>Hi</li>
<li>Hello</li>
</ul>

Now save the file with extension .html. Usually, all the browsers support html code. Now paste the path of html code into a url of your supporting browser. On execution, the code is displayed in the web browser as

In the web browser it will come out like-

  • Hi
  • Hello      

 

Ordered Lists

An ordered list is a bulleted list of item with numbering. It can be created by using <ol>  instead of <ul>  tags.

List of items:

<ol>
<li>Hi</li>
<li>Hello</li>
<li>Bye</li>
<li>Busy</li>
</ol>

In the web browser it will come out like

Definition Lists

A definition list include the definition  listed elements.

 <dl> : A definition list start with <dl> tag. 

 <dt>: This include definition-list term.

<dd>:This contains definition-list definition.

<dl>
<dt>Mango</dt>
<dd> fruit</dd>
<dt>Coffee</dt>
<dd>Hot drink</dd>
</dl>

 

In the web browser it will come out like-

Mango
  fruit
Coffee
Hot drink

 

    
Ordered list


Definition list

Unordered list

                         

» View all related tutorials
Related Tags: html c object objects sed graph tag line app horizontal to lines between e li paragraph use ul apply in

Leave your comment:

Name:

Email:

URL:

Title:

Comments:


Enter Code:

Audio Version
Reload Image
 

Note: Emails will not be visible or used in any way, and are not required. Please keep comments relevant. Any content deemed inappropriate or offensive may be edited and/or deleted.

No HTML code is allowed. Line breaks will be converted automatically. URLs will be auto-linked. Please use BBCode to format your text.

Add This Tutorial To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Training Courses
Tell A Friend
Your Friend Name
Software Solutions
Least Viewed
Most Rated
Recently Viewed
Search Tutorials

 

 
 

Home | JSP | EJB | JDBC | Java Servlets | WAP  | Free JSP Hosting  | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs

About Us | Advertising On RoseIndia.net  | Site Map

India News

Indian Software Development Company | iPhone Development Company in India | Flex Development Company in India | Java Training Delhi | Java Training at Noida |

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2008. All rights reserved.