We accept safe and secure Credit Card and PayPal Payments.
 
Perl Scripts

All Count
Attachment Mailer
Perl Scripts Build A FAQ Plus
Perl Scripts Clock In Center
eBackup Automated
Easy Poll
eSurvey
Fetch a File
Form Maker
Mailing List Server
MySQL Mate
PDF Creation
QCart
Quick Fix
Quote of the day
Speed Search
Task Manager
Traffic Pack
Upload Plus
Upload Gold
Upload Pro
Website Manager

 
Free Perl Downloads

Free Perl Scripts Main Page
Free Perl Scripts 404 Alerter
AccessLog Viewer
Build A FAQ
PHP Scripts eBackup
Free PHP Scripts ErrorLog Viewer
eVars - Server Info
HT Pass Creator
Upload Lite
Website Manager

 
JavaScripts

Free Java Scripts Alert Boxes
Free JavaScripts Browser Sniffer
Check email
Generators
Slide Show
Sudoku
Window Maker
More...

 
Extra Utilities

ASP Scripts Ascii Codes
Free ASP Scripts Color Picker
Font Finder
HT Pass Creator
Meta Cloak
Meta Magic
Pano Zooms
SlideShow
Server Size

 
Online Tutorials

Free HTML Scripts Glossary
Free HTML Scripts HTML
JavaScript
MySQL
SSI
Build Traffic
Other

 
Miscellaneous

About Us
Graphics
Testimonials
Installations
Latest versions

 
Hawk Eye in Tennis

Should Hawk Eye replace linesmen and lineswomen at all tennis tournaments?







 
View all Polls

Run Polls on your site

Run your own Surveys

 
Store Download FAQs Contact Us Support Programming Policies  
Contents Intro Your first page Text Images Links Lists Tables
Frames Forms Sounds Styles Symbols Colors Tags Publish Index

Chapter 5

Lists

Ah this chapter is easy. Just as the name implies, this section deals with creating lists for your page. There are three types of lists.
The ordered list
sets an order of numbered items
The unordered list
sets an order of items with bullets
and the Definition list
is useful explaining terms. This list of list types is a definition list. You specify the item name and the description goes on the line below with an indent.

The ordered list

To get an ordered list like this....
  1. Apples
  2. Pears
  3. Apricots
  4. Oranges
  5. Kiwi fruit
... all you do is type

<OL>

<LI>Apples
<LI>Pears
<LI>Apricots
<LI>Oranges
<LI>Kiwi fruit

</OL>

As you can see, the <LI> tag does not require a closing tag. The <OL> tag does. Instead of using numbers to list the items, you can use Roman numerals or letters, either upper or lower case, by using the type=x attribute in the <OL> tag. Where x can be any of the following :
  • A     Items denoted with capital letters
  • a     Items denoted with lower case letters
  • I      for large Roman numerals
  • i      for small Roman numerals
  • 1     which is the default and uses numbers like above

<OL type=1 start=5>

You can also use the start="x" attribute where x = the number the list will begin counting from.

The Unordered list

The unordered list uses the same format except we use the <UL> tag rather than the <OL> tag. The type attribute inside the <UL> tag supports the values disc (default) like above, circle for an empty circle and square for and empty square.

The definition list

As mentioned above the definition list is mainly used for explaining terms. First you type the opening and closing <DL> tags. In between these tags, first use the <DT> tag to define a term, then use the <DD> tag to describe it. Here is an example..

<DL>

<DT><FONT color=red>Apple</FONT> <DD> The fruit of a rosaceous tree having red yellow or green skin
<DT><FONT color=red>Pear</FONT><DD>A widely cultivated tree having white flowers and edible fruit
<DT><FONT color=red>Apricot</FONT> <DD>A tree native to Africa and W Asia yielding yellow juicy edible fruit resembling a small peach

</DL>

The effect

Apple
The fruit of a rosaceous tree having red yellow or green skin
Pear
A widely cultivated tree having white flowers and edible fruit
Apricot
A tree native to Africa and W Asia yielding yellow jacky edible fruit resembling a small peach
Finally , lists can be nested. That means you can place one list inside another. For example, each <LI> tag of your first list can have another set of <OL> tags after its word description.


Contents Intro Your first page Text Images Links Lists Tables
Frames Forms Sounds Styles Symbols Colors Tags Publish Index
Speed Search our site
Plesk Hosting
Linux servers with Plesk Control Panel, cgi-bin, crontab manager, Mysql, PHP and ASP.

Linux Hosting Plans from $9.12 per month, includes Plesk Control Panel, MySQL databases, cgi-bin, crontab manager and 50 email accounts.

Discounted Scripts
Subscribe to our periodial newsletter to receive special offers.

Bathroom Hygiene
How often do you thoroughly clean your bathroom?








View all Polls

Run Polls just like this one on your website!


About us | Contact us | Script FAQs | Script Support | Website Hosting | Our Policies | Store | Testimonials
Subscribers log in here. Subscribe to our periodical newsletter for special offers on commercial scripts, hosting, exciting business opportunities, and industry news and events. Our Mailing List Software is powered by Consolidator    
HTML Plain text
©1999 - 2015 All content Copyright PerlScriptsJavaScripts.com Proudly hosted by LinuxHostingPlans.com