การแสดงผลแบบรายการ
รายการแบบคำจำกัดความ(Definition lists)
รูปแบบ <DL>ตัวเปิด
  <DT>คำจำกัดความ
    <DD>คำอธิบาย
  <DT>คำจำกัดความ
    <DD>คำอธิบาย
</DL>ตัวปิด
รูปแบบ เช่น <DL>
  <DT>NCSA
    <DD>NCSA the National Center for Supercomputing Application.
</DL>
เว็บเบราเซอร์ จะแสดง ออกมา เป็น
NCSA
NCSA the National Center for Supercomputing Application.
1