Lesson 6 - HTML Lists and Links
Lesson 6 - HTML Lists and Links
(Empowerment Technologies)
SY 2021 – 2022
Introduction
Learning Objectives
After studying and completing this module with 80%-100% accuracy, and to earn a grade with at
least 12 points in the activity you are expected to:
Page 1 of 8
Science, Technology, Engineering and Mathematics
(Empowerment Technologies)
SY 2021 – 2022
Example:
Input the following syntax as follows:
Page 2 of 8
Science, Technology, Engineering and Mathematics
(Empowerment Technologies)
SY 2021 – 2022
Page 3 of 8
Science, Technology, Engineering and Mathematics
(Empowerment Technologies)
SY 2021 – 2022
Example:
Input the following syntax as follows:
Example:
Input the following syntax as follows:
C. Definition Lists
o HTML supports a list style which is called definition lists where entries are listed like in a
dictionary or encyclopedia.
o Definition List makes use of following three tags.
➢ <dl> − Defines the start of the list
➢ <dt> − A term
➢ <dd> − Term definition
➢ </dl> − Defines the end of the list
Page 4 of 8
Science, Technology, Engineering and Mathematics
(Empowerment Technologies)
SY 2021 – 2022
Example:
Input the following syntax as follows:
Page 5 of 8
Science, Technology, Engineering and Mathematics
(Empowerment Technologies)
SY 2021 – 2022
D. Button as a Link
▪ To use an HTML button as a link, you must add some JavaScript code.
▪ JavaScript allows you to specify what happens at certain events, such as a click of
a button.
Example:
Input the following syntax as follows:
Page 6 of 8
Science, Technology, Engineering and Mathematics
(Empowerment Technologies)
SY 2021 – 2022
Key Concepts
➢ HTML Lists are one of the tools in HTML that help you organize your webpage’s
content.
➢ Three defined list types:
• Unordered/Bulleted Lists
• Ordered/Numbered Lists
• Definition lists.
➢ HTML links are hyperlinks.
➢ To insert a hyperlink, you can use the following elements and attributes:
• <a> element to define a link.
• href attribute to define the link address.
• target attribute to define where to open the linked document.
• <img> element (inside <a>) to use an image as a link.
• mailto: scheme inside the href attribute to create a link that opens the user's
email program.
Enrichment Activity
Direction: Create a web page showing your interest and hobbies with the following content.
Also integrate the use of other HTML tags to make your webpage attractive and presentable.
2. Present your favorite band, artist or group using definition list to give a brief description
about their background and other information.
Study Questions:
Page 7 of 8
Science, Technology, Engineering and Mathematics
(Empowerment Technologies)
SY 2021 – 2022
Sample Output:
YouTube Videos
Here are some YouTube videos you can watch for you to have a better understanding about the
lesson.
References
Larsen, R. (2013). Beginning HTML and CSS. Wrax. Retrieved from
https://learning.oreilly.com/library/view/beginning-html-and/9781118416518/
Willard, W. (2006). HTML: A beginner's guide, 3rd edition. Berkeley, Calif:
Osborne/McGraw-Hill.
Page 8 of 8