Elements

Elements are nodes in a web page that have an associated tag name, a set of attributes which may have associated values, and child nodes.

Tags are syntax for opening and closing elements. Elements are structural components of an HTML document.


Children
  1. a (anchor)
  2. body (document body)
  3. br (line break)
  4. button
  5. datalist (predefined options)
  6. dialog
  7. div (content division)
  8. form
  9. h1-h6 (section headings)
  10. head (document metadata)
  11. html (root)
  12. img (image)
  13. input
  14. label
  15. li (list item)
  16. link
  17. main
  18. meta (metadata)
  19. ol (ordered list)
  20. option
  21. p (paragraph)
  22. select
  23. style
  24. textarea (multi-line input)
  25. title
  26. ul (unordered list)