[dev_Front-end]basic weblanguage - Semantic Web Elements

By chainsmokerslav on 11/29/2023

|Semantic Web Elements|

![](Image from post)

div element (using div tag) : This is a tag (element) used when specifying an area.

ul element (using ul tag) and li element (using li tag) : The ul element represents the entire list, and the li element represents each item in the list.

  • header: Element representing the header
  • hgroup: Element that groups titles and subtitles
  • nav: Element representing the menu part
  • article: Element representing individual content
  • section: Elements that can be divided by title
  • aside: Element representing the left and right sidebars
  • footer: Element indicating the creator's information or copyright information

I hope you understand what each element area means. You need to learn about each element in detail, and distinguish between the basic structure of HTML5 and the basic structure of HTML5 layout!