4.2 Incorporating Lists in Web pages
May 23, 2012
Internet Tutorials
You can create plain, numbered or bulleted lists. You can as well nest one list into another. All lists are formed by code that specifies what sort of list you want to create, UL for Unordered List and DL for Unordered List and DL for definition lists.
4.2.1. Ordered Lists
To Create Ordered List:
- Type the title of the Ordered list.
- Type <OL>.
- Type <LI>
- Type the list item to be included in the list.
- Repeat steps 3 and 4 for each list item to be added
- Type</OL>
Example 4.1 – Ordered lists
<HTML>
<HEAD> <TITLE> players listing – ordered </TITLE> <HEAD>
<BODY>
<P> <H1 align = “center”> players selected </H1>
<FONT SIZE = 15pt”>
<OL type =”1”>
<LI> Mike Owen
<LI> Wayne Rooney
<LI> David Beckham
</OL>
</FONT>
</P> </BODY> </HTML>
Related Posts:
- 4.1 Introduction to HTML Advanced Tags
- HTML Advanced Display Features and Forms Objective
- 4.2.4. Definition lists
- 4.7. summary of html advanced tags
- 4.5.1. Nested Framesets
- 4.5. Dividing the screen-display using Frames and Frameset Element
- 4.4.1. Form Elements
- 4.4. Getting User Input with HTML forms
- 4.3. Displaying Tables in HTML
- 4.2.4. Definition lists
Sign-up for our email newsletter and get free job alerts, current affairs and GK updates regularly.
Subscribe Here (or)
Subscribe Here (or)
Comments RSS Feed
Internet Tutorials
- Introduction to Internet
- 1.2 History behind the formation of Internet
- 1.3 Getting connected to Internet
- 1.3.1 Modem
- 1.3.2 Network Interface Card
- 1.4 Internet Services
- 1.4.2 Integrated Services Digital Network (ISDN)
- 1.4.3 Comparison to DSL-ISDN
- 1.4.4 Broadband and Base band Transmission
- 1.4.4 Wi-Fi
- 1.5 Introduction to Internet Summary
- INTERNET PROTOCOLS
- Introduction to Internet Protocol
- 2.3.1 TCP/IP Essentials
- 2.3.2 How TCP/IP works?
- 2.3.3 User Datagram Protocol (UDP)
- 2.3.4 Hyper Text Transfer Protocol (HTTP)
- 2.3.5 File Transfer Protocol (FTP)
- 2.4 Remote Access and Transactions
- 2.5 Electronic Mail
- Mail clients
- 2.6 Search Engines
- Some popular search engine
- 2.7 Internet Protocol Summary
- 3.7.1. Making an image or an icon as a link
- HTML Advanced Display Features and Forms Objective
- 4.1 Introduction to HTML Advanced Tags
- 4.2 Incorporating Lists in Web pages
- 4.2.2. The START and TYPE attributes
- 4.2.3. Unordered Lists.
- 4.2.4. Definition lists
- 4.3. Displaying Tables in HTML
- 4.4. Getting User Input with HTML forms
- 4.4.1. Form Elements
- 4.5. Dividing the screen-display using Frames and Frameset Element
- 4.5.1. Nested Framesets
- 4.7. summary of html advanced tags
Leave a Reply