The <ol> element defines an ordered list
Each item in the list is enclosed in <li></li> elements
It isn't necessary to manually number each item; the browser takes care of it
Ordered lists have two optional attributes, start, which specifies the starting number of the list and type, which specifies whether the numbers will be Arabic, Roman, or Alphabetic
Ordered lists have two optional attributes, start, which specifies the starting number of the list and type, which specifies whether the numbers will be Arabic, Roman, or Alphabetic
The <option> element defines an option in a select list. <option> elements go inside a <select> or <datalist> element
Note: The <option> tag can be used without any attributes, but you usually need the value attribute, which indicates what is sent to the server