|
Choose a lesson here: HTML Tags: **HTML Tag List Lesson1:Head Tag Lesson2:Body Tag Inside Body: Lesson3:Background Color Lesson4:Background Image Text Manipulation: Lesson5:b,u,i,center,br Lesson6:hr,ur,li,ol Lesson7:h1,space,div Lesson8:pre,font Lesson9:strike,power Images: Lesson10:Inserting Images
|
|
How to draw a horizontal line in html? How to use lists in html? Use hr,ul,ol,li Tags!
- Horizontal Line: <hr> This is special tag used to draw new horizontal lines. It doesn't require closing tags.
- This tag has the attribute "width" to specify the width of the line.
- Lists: Un Ordered Lists: <ul> , <li> Tag to create a list of items.
- Ordered Lists: <ol> , <li> Tag to create a list of numbered items. The numbering will be done automatically.
|