0 of 12 lessons completed
HTML supports different types of lists to organize content.
<ul>
): Bullet points<ol>
): Numbered items<dl>
): Terms and descriptionsHTML<ul> <li>Item 1</li> <li>Item 2</li> </ul> <ol> <li>First</li> <li>Second</li> </ol>
Create a webpage with: