Image tags in web design generally include the following: Most of the content in the layer is visibility. If it needs to be hidden, it needs to be set through the style in CSS:
1. Container
"container" is the part that wraps all the elements in the page together. This part can also be named: "wrapper", "wrap", "page".
2 , Header
"Header" is the head area of ??the website page. Generally speaking, it contains the website's logo and some other elements. This part can also be named: "page-header" (or pageHeader) .
3. Navbar
"navbar" is equivalent to the horizontal navigation bar and is the most typical web page element. This part can also be named: "nav", "navigation", "nav-wrapper".
4. Menu
The "Menu" area contains general links and menus. This part can also be named: "subNav", "links"," sidebar-main".
5. Main
"Main" is the main area of ??the website. If it is a blog, it will contain the log. This part can also be named: "content ","main-content" (or "mainContent").
6. Sidebar
The "Sidebar" part can contain secondary content of the website, such as a list of recently updated content, about The introduction or advertising elements of the website can also be named: "subNav", "side-panel", "secondary-content".
7. Footer
"Footer" Contains some additional information about the website, this part can also be named: "copyright".
I hope my answer will be helpful to you, if you have any questions, please continue to ask me;