Please enable JavaScript to use CodeHS

Web Glossary

Flashcards

Course:

Module:

Lesson:

Search:

HTML Lists HTML

Way to organize information with a simple structure that is easy to read and write on a webpage. There are ordered and unordered HTML lists.

<ul> Tag HTML

Defines an unordered list in HTML.

<li> Tag HTML

defines a list item inside an HMTL list.