Page 214 - DCAP109_GRAPHIC_TOOLS
P. 214
Unit 9: Web Designing
9.4.3 Unordered List <UL> </UL> Notes
An unordered list starts with the <ul> tag. Each list item starts with the <li> tag.
!
Caution The list items are marked with bullets (typically small black circles).
Example:
<ul>
<li>Coffee</li>
<li>Milk</li>
</ul>
Output:
Coffee
Milk
The unordered lists can have many kinds of bullets:
Self Assessment
Fill in the blanks:
10. An …………………… is used to display a numbered list of items in the order.
11. An ordered list that contains one or more ordered list is called as …………………… order
lists.
12. An unordered list starts with the …………………… tag.
9.5 Uniform Resource Locators
A URL or a web address is a specific string of characters that constitutes a reference to a resource.
In most web browsers the URL of a web page is displayed on top inside an address bar.
LOVELY PROFESSIONAL UNIVERSITY 207