Week 2: HTML Basics - Lists, Links, and Images
Lists in HTML
Lists are a great way to organize information in a structured format. In HTML, there are three types of lists:
Unordered Lists (ul)
Ordered Lists (ol)
Description Lists (dl)
Unordered Lists (ul)
An unordered list starts with the <ul> ta...
innosufiyan.hashnode.dev3 min read