2 - HTML-lists and Tables
2 - HTML-lists and Tables
ul unordered lists
(bulleted lists)
li define lists
<ul> attributes for marker
style="list-style-type:none"
style="list-style-type:square
style="list-style-type:circle
style="list-style-type:disc"
Seatwork 1
Lists - ordered
ol ordered lists
(numbered lists)
li define lists
<ol> attribute for marker
Seatwork 2
Description Lists
List of terms with desciprion
<dl>, </dl> tag defines the description list
<dt>, </dt> tag defines the term (name)
<dd>, </dd> tag describes each term:
Description Lists
Seatwork 3
HTML Tables