Microsoft Office Courses, Microsoft Office Course Microsoft Office Training, Horsham, Brighton, Sussex, Surrey, Hampshire, London
 
Microsoft Office Courses, Microsoft Office Course Microsoft Office Training, Horsham, Brighton, Sussex, Surrey, Hampshire, London

On Site Training

Free Training Materials
Microsoft Office Courses, Microsoft Office Course Microsoft Office Training, Horsham, Brighton, Sussex, Surrey, Hampshire, London

Web design

 

If you like this site, let us create a web site for you.

Contact us for a quote.

 
 
 
Microsoft Office Courses, Microsoft Office Course Microsoft Office Training, Horsham, Brighton, Sussex, Surrey, Hampshire, London

Corporate portraits

 
Portraits for promotional material, web sites or just to decorate your office walls. See Kate's recent commissions
 
 
 
Microsoft
Office Training
SEO & Social
Media Training
Web Design
& SEO
Graphic Design   Prices Client Feedback About Contact
Microsoft Office Training throughout West Sussex & East Sussex, Surrey and Hampshire: Horsham, Brighton, Burgess Hill, Chichester, Crawley, Eastbourne, East Grinstead, Haywards Heath, Lewes, Littlehampton, Dorking, Farnham, Godalming, Guildford,Redhill, Reigate, Weybridge Woking, Havant, Petersfield, Portsmouth, Southampton, Winchester, Tonbridge & Tunbridge Wells.
Microsoft Office Courses, Microsoft Office Course Microsoft Office Training, Horsham, Brighton, Sussex, Surrey, Hampshire, London

Free HTML Training - Creating HTML Lists

 

Microsoft Office Training > HTML/CSS Training > Free Computer Training > Creating HTML Lists

Creating HTML Lists

 

Numbered Lists
Uses the ordered list tag <ol> </ol> to begin and end the list.  Each list item is created with the list item <li> </li>tag.

<ol>
     <li>List item</li>
     <li>List item</li>
</ol>

Bulleted Lists
Uses the unordered list tag <ul></ul> to begin and end the list. Each list item is created with the list item <li> </li>tag.

<ul>
     <li>List item</li>
     <li>List item</li>
</ul>

Definition Lists
Uses the definition list tag <dl> </dl> to begin and end the list.  Each term is created using the <dt> </dt> tag and each definition is created using the <dd> </dd> tag.  Only the definitions are indented.

<dl>
     <dt>A term</dt>
     <dd>It’s definition</dd>
<dt>A term</dt>
     <dd>It’s definition</dd>
</dl>

Indentation
To indent without using lists use the <blockquote> </blockquote>tag.

By nesting lists within lists you can increase indentation and build outlines.

Definition lists
<dl>
     <dd>An indented item</dd>
     <dl>
           <dd>A further indented item</dd>
           <dl>
                <dd>A still further indented item</dd>
           </dl>
     </dl>
</dl>

Unordered lists
<ul>
     <li>List item
     <ul>
           <li>Sub list item</li>
           <li>Sub list item</li>
     </ul>
     </li>
</ul>

Browsers usually style bullets as follows

  • First level
    • Second level
      • Third level onwards

The appearance of the bullet can be controlled using the following style rule:

<ul style= “list-style-type:disc”>
<ul style= “list-style-type:circle”>
<ul style= “list-style-type:square”>

The rule can also be used on an individual list item within the <li> tag.

<li style= “list-style-type:disc”>

Ordered lists

To control the type of  numbering in an ordered lists you can use these attributes:

upper-alpha          lower-alpha
upper-roman          lower-roman

The default is Decimal

 

 

 
Microsoft Office Courses, Microsoft Office Course Microsoft Office Training, Horsham, Brighton, Sussex, Surrey, Hampshire, London

HTML training offerings

 
  
Microsoft Office Courses, Microsoft Office Course Microsoft Office Training, Horsham, Brighton, Sussex, Surrey, Hampshire, London

Application resources

More free Tutorials on Tech Tutorials

 

Home |   On-site Training  |   Prices   |   Client Feedback  |   About Us |   Contact Us  | UK Photography & Sussex Photography | Sitemap

Copyright (c) 2010 Blue Pecan. All rights reserved.