HTML

DOM - Document Object Model : The tree like structure that describes how all these HTML elements are related to each other.

H1 to H6 doesn't represents the size but it represents the hierarchy

ol - ordered list

ul - unordered list

li - list item

datalist can be provided so that the user can type the available options in the input

Last updated