Current location - Quotes Website - Personality signature - What are the new tags used for web page layout in html5?
What are the new tags used for web page layout in html5?

Some new semantic tags added in HTML5 can be used. For example, the header tag can be used for the head, navigation nav, section, bottom footer, and middle article can be used for the main part.

The div and ul li tags are frequently used tags, and span, i, and em can describe and express text individually.

The

tag defines external content, such as a new article from an external news provider, or text from a blog, or text from a forum. Or content from other external sources.

The tag defines graphics, such as charts and other images. This HTML element is designed for client-side vector graphics.

It has no behavior of its own, but exposes a drawing API to client JavaScript so that the script can draw whatever it wants to draw onto a canvas.

The tag defines the details of the element, which the user can view or hide by clicking. Used with to make a detail title that is visible to the user when clicking on it. Details can be turned on or off.