03 Lists, Links and Graphical Elements
03 Lists, Links and Graphical Elements
GRAPHICAL ELEMENTS
VINJEL C. LIBRADILLA
LISTS, LINKS AND
GRAPHICAL ELEMENTS
• Lists
• Images in HTML
• Hyperlinks
• Using Images on links
LISTS
• One of the tools in HTML that help
organize content
• Used within paragraphs and body
sections of the document
• Uses the <LI> tag for the list’s items.
Three (3) defined list types in
HTML
• Bulleted/Unordered Lists <UL>
• Numbered/Ordered Lists <OL>
• Definition Lists <DL>
Bulleted/Unordered Lists
• A collection of related items that have
no special order or sequence
• Opens with the <UL> tag and closes
with the </UL> tags.
Bulleted/Unordered Lists
Example 1:
<UL>
<LH> The Top Two Reasons To Write
HTML Programs: </LH>
<LI> I want to graduate </LI>
<LI> I want a job when I graduate </LI>
</UL>
Bulleted/Unordered Lists
Examples:
<img src=“image.gif”>
<img src=“…/image.gif”>
Hyperlinks