1. Home
  2. Website Design
  3. Portfolio
  4. eCommerce
  5. Web Optimisation
  6. Website Video
  7. Graphic Design
  8. Blog
  9. Team
  10. Contact

Print This Page
Print this page.

HTML List Styling Without CSS – April 30, 2009

Posted on on Thursday, April 30th, 2009 at 10:22 am.

Having recently hand-coded a monster HTML Terms & Conditions page for one of my big clients, i’ve picked up a lot more knowledge when it comes to managing bullet points without the assistance of CSS. Firstly, it is best to look at the different types of Bullet points and how they can be manipulated in HTML without the help of CSS.

Usually when it comes to changing the style of the bullet points, I change the classes in CSS, however I recently discovered that this can actually be done quite simply in the HTML itself by taking advantage of the ‘type’ property in the bullet point tags.

The ‘type’ property can be used on the following tags:

  • <ul> – <ul type=”"></ul>
  • <ol> – <ol type=”"></ol>
  • <li> – <li type=”"></li>

Type

Description

HTML

  • Bullet Point
Unordered List Circle Bullets <ul type=”circle”>
  • Bullet Point
Unordered List Disc Bullets (Default) <ul type=”disc”>
  • Bullet Point
Unordered List Square Bullets <ul type=”square”>
  1. Bullet Point
Ordered List Numbers (Default) <ol type=”1″>
  1. Bullet Point
Ordered List Lowercase Letters <ol type=”a”>
  1. Bullet Point
Ordered List Uppercase Letters <ol type=”A”>
  1. Bullet Point
Ordered List Lowercase Roman Numerals <ol type=”i”>
  1. Bullet Point
Ordered List Uppercase Roman Numerals <ol type=”I”>

Related Posts

One Response to “HTML List Styling Without CSS – April 30, 2009”

  1. kronikmedia
    on May 7th, 2009 Says:

    Using the type element seems similar to using in-line styles within the html design of the website. In line styling can be successfully applied to most web design elements including tables, div’s, lists and so on. Although this can be a useful technique in web design, external CSS styles have a greater advantage when it comes to managing changes across many pages of a website. This level of flexibility can only be available when using external css style sheets in designing websites.

Leave a Reply

Bookmark and Share Creare

Twitter
twitter.com/crearegroup

Recent Blog Comments

  1. James: Hi Carl, thanks ...
  2. Creative Nuts: Nice Marketing s...
  3. Carl Jarrel: Hi guys Good...
  4. Craig Riches: Hi, I like the w...
  5. Myles: Congratulations!...

Latest Web Design Blog

Website Design: Social Media Resources
Posted on Wed, 10 Mar 2010

We take a look at some of best Social Media Resources that we've wrote about in the past year, contributing to your Website Design and overall strategic sucess in Social Networking campaigns.