HTML Reference
- Home
- DOCTYPE
- html
- head
- title
- base
- link
- meta
- style
- script
- noscript
- body
- section
- nav
- article
- aside
- h1 - h6
- header
- footer
- address
- main
- p
- hr
- pre
- blockquote
- lists
- figure
- div
- a
- em
- strong
- small
- s
- cite
- q
- dfn
- abbr
- data
- time
- code
- var
- samp
- kbd
- sub
- sup
- i
- b
- u
- mark
- ruby
- bdi
- bdo
- span
- br
- wbr
- ins
- del
- picture
- source
- img
- iframe
- embed
- object
- param
- video
- audio
- track
- map
- area
- table
- caption
- colgroup
- col
- tbody
- thead
- tfoot
- tr
- td
- th
- form
- label
- input
- button
- select
- datalist
- optgroup
- option
- textarea
- output
- progress
- meter
- fieldset
- legend
- details
- summary
- dialog
- template
- canvas
- slot
- shadow
lists
ol
The ol
element is used to define an ordered list of items. It can be used to create a list of numbers or letters, or to create a list of items in a specific order.
Example:
ul
The ul
element is used to define an unordered list of items. It can be used to create a list of bullet points or to create a list of items in a specific order.
Example:
li
The li
element is used to define an item in an ordered or unordered list. It can be used to create a list of numbers or letters, or to create a list of items in a specific order.
dl
The dl
element is used to define a definition list. It can be used to create a list of terms and their corresponding definitions.
Example:
dt
The dt
element is used to define a term in a definition list. It can be used to create a list of terms and their corresponding definitions.
dd
The dd
element is used to define a definition in a definition list. It can be used to create a list of terms and their corresponding definitions.