Web Design (HTML) : Objective
Web Design (HTML) : Objective
Objective
You will learn :
• Lists .
• Unordered List
• Ordered List.
• Definition list
• Use Adobe Dreamweaver CS6 Editor
Unordered List
HTML offers web authors three ways for specifying lists of information. All
lists must contain one or more list elements. Lists may contain :
<ul> − An unordered list. This will list items using plain bullets.
<ol> − An ordered list. This will use different schemes of numbers to list
your items.
<dl> − A definition list. This arranges your items in the same way as they
are arranged in a dictionary.
Tags are <ul> </ul> <ol></ol> <li></li>
<dl> </dl> <dt></dt><dd></dd>
Unordered List
type attribute for <ul> tag to specify the type of bullet you like, We have
“circle”, “square” , “disc”