HTML_Lesson 02_Lists
HTML_Lesson 02_Lists
HTML_Lists
LEARNING OBJECTIVE
• To know what is List in HTML & List Tags .
• To differentiate the types of lists.
• To use and analyze the List Tags in webpage.
HTML_Lists
Starter:
Can you name any tag that you’ve used before?"
HTML Lists:
HTML lists allow web developers to group a set of related
items in lists.
Types of List in HTML:
<P style="font-size:30px">Hey Cuties! Add your text here!</br> you can use the font size:
style="font-size:30px" </p>
HTML_Lists
Activity:
Group 1 Group 2 Group 3
In the below code list down your In the below code list down your In the below code list down your
most favorite places to visit in most favorite places to visit in most favorite places to visit in
UAE using Unordered List. UAE using Ordered List. UAE using Unordered List with
<html> <html> type=”Square”.
<title>Learning HTML</title> <title>Learning HTML</title> <html>
<body> <body> <title>Learning HTML</title>
<body>
<h1>HTML Lesson 02</h1> <h1>HTML Lesson 02</h1>
<P style="font-size:30px">Hey <P style="font-size:30px">Hey <h1>HTML Lesson 02</h1>
Cuties! Add your text here!</br> you Cuties! Add your text here!</br> you <P style="font-size:30px">Hey
can use the font size: style="font- can use the font size: style="font- Cuties! Add your text here!</br> you
size:30px" </p> size:30px" </p> can use the font size: style="font-
<p style="font-size:30px"> we have <p style="font-size:30px"> we have size:30px" </p>
learnt so far:</p> learnt so far:</p> <p style="font-size:30px"> we have
learnt so far:</p>
</body> </body>
</html> </html> </body>
Extended Task </html>
Plenary:
HTML_Lists
PLENARY:
SUCCESS CRITERIA