Sample Assignment: Lists and Links
Objective:
This assignment aims to familiarize you with various types of lists in
HTML and how to incorporate external links in your content.
External References:
Tasks:
- Create an unordered list of your top 5 favorite movies.
- Create an ordered list of steps to bake a cake.
- Create a description list where you define 3 HTML terms.
-
Include at least 2 external links within your content (they can be
references, related articles, etc.).
HTML Terms:
- HTML
-
Stands for Hyper Text Markup Language. It is the standard markup
language for creating web pages and web applications.
- Element
-
A distinct component of HTML. It represents some kind of structure or
content and might include tags, content, and other attributes.
- Attribute
-
Provides additional information about an element's default behavior. For
example, the 'href' attribute in an anchor (<a>) tag indicates the
link's destination.
Submission:
After you've created your page with the required lists and links, save
your work and submit according to your instructor's guidelines.