An example of the three list types, which are unordered list, ordered list, and definition list.

Unordered List

  • List item one
    • List item one
      • List item one
      • List item two
      • List item three
      • List item four
    • List item two
    • List item three
    • List item four
  • List item two
  • List item three
  • List item four
<ul>
<li>List item one</li>
<li>List item two</li>
<li>List item three</li>
</ul>

Ordered List

  1. List item one
    1. List item one
      1. List item one
      2. List item two
      3. List item three
      4. List item four
    2. List item two
    3. List item three
    4. List item four
  2. List item two
  3. List item three
  4. List item four
<ol>
<li>List item one</li>
<li>List item two</li>
<li>List item three</li>
</ol>

Definition List

Brutus Buckeye
The athletics mascot of The Ohio State University. Brutus is a student dressed in Buckeye colors with a headpiece resembling an Ohio Buckeye nut. Brutus has appeared since 1965, with periodic updates to design and wardrobe. As a member of the cheerleading team, Brutus Buckeye travels to many events around The Ohio State University and often makes appearances around Columbus.
Mirror Lake
Mirror Lake is a small lake on the campus of The Ohio State University in Columbus, Ohio, United States. Historically, the lake was spring-fed, and sat on the property of William Neil in North Columbus. The trustees in charge of purchasing land for the new Ohio Agricultural and Mechanical College, which would later become the Ohio State University, chose to purchase Mr. Neil’s land after drinking from the spring. The spring dried up in 1891 when the city of Columbus struck the source of the spring while installing a trunk sewer line through campus. The water source was subsequently provided by the city of Columbus municipal water supply, at a new location on campus near the location of the original lake. Visitors, students, faculty, and staff enjoy the fountains that run in spring, summer, and autumn.
Thompson Library
The William Oxley Thompson Memorial Library is the main library at Ohio State University’s Columbus campus. The library was closed for renovation in July 2006, but it reopened its doors to students and patrons on August 3, 2009 after an extensive, multi-year renovation project. It is named in honor of the university’s fifth president, William Oxley Thompson.
<dl>
<dt>Definition term one</dt>
<dd>Definition description one</dd>
<dt>Definition term two</dt>
<dd>Definition description two</dd>
<dt>Definition term three</dt>
<dd>Definition description three</dd>
</dl>