English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a web page and it is like this:
1.texttexttext2.blahblahblah3.--------
I want it to be like this"
1.texttexttext
2.blahblahblah
3.-------

How do i do this?

2007-06-21 02:53:53 · 2 answers · asked by Chili_15 3 in Computers & Internet Programming & Design

2 answers

Your HTML should use the "ol" (ordered list) or "ul" (unordered list) tags.

ordered list version



  1. abc

  2. def



unordered list version



  • abc

  • def



(Link below for W3C Schools HTML reference and tutorials. Second link for various list available in HTML.)

2007-06-21 02:59:30 · answer #1 · answered by Jim Maryland 7 · 0 0


  1. Item 1
  2. Item2

2007-06-21 09:58:12 · answer #2 · answered by Yoi_55 7 · 0 0

fedest.com, questions and answers