About the difference between tag and tag in html
article tag, after using it, it feels similar to P (paragraph), a semantic tag.
Define content other than article (can be used as a sidebar of the article). Semantic tags.
html There are several categories of tags, one of which is the tag of web page layout, such as the most commonly used div.
Putting aside the previous traditional web page layout (table layout), let’s talk about the current web page layout-div+css.
For example, if you want to make the simplest web page with one row and two columns, the outer layer is a div container, and there are two divs inside. The left is the navigation menu and the right is the content. In order to realize the web page layout, you You must use css positioning. In order to facilitate positioning, you must set an id or class for the div. We will use id for now.
Outer container div: id="wrap", inner left div: id="aside", inner right div: id="article".
Why should the left navigation id be set to aside instead of div1 and div2?
Because aside gives div meaning, it brings convenience to current developers and later maintainers. As soon as I see
Article and aside are just like divs, they are just layout tags. Except for the different tag names, other functional meanings are basically the same. The fonts, backgrounds, borders, etc. in article and aside do not have any special styles. It's not that there will be any special effects when the mouse clicks on the aside tag;
because they are just simple tags. Since the function is exactly the same as that of div, why does html5 go to unnecessary lengths and produce several redundant "divs"?
There is a saying: What exists is reasonable.
Because many website layouts are repetitive. Many websites around the world have navigation on the left and text content on the right. Then set the id to the div to use css layout. Because of this demand, html5 is user-friendly. Several tags have been added to simplify development for developers. After all, which one is better,

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

HTML is suitable for beginners because it is simple and easy to learn and can quickly see results. 1) The learning curve of HTML is smooth and easy to get started. 2) Just master the basic tags to start creating web pages. 3) High flexibility and can be used in combination with CSS and JavaScript. 4) Rich learning resources and modern tools support the learning process.

HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

GiteePages static website deployment failed: 404 error troubleshooting and resolution when using Gitee...

AnexampleofastartingtaginHTMLis,whichbeginsaparagraph.StartingtagsareessentialinHTMLastheyinitiateelements,definetheirtypes,andarecrucialforstructuringwebpagesandconstructingtheDOM.

To achieve the effect of scattering and enlarging the surrounding images after clicking on the image, many web designs need to achieve an interactive effect: click on a certain image to make the surrounding...

HTML, CSS and JavaScript are the three pillars of web development. 1. HTML defines the web page structure and uses tags such as, etc. 2. CSS controls the web page style, using selectors and attributes such as color, font-size, etc. 3. JavaScript realizes dynamic effects and interaction, through event monitoring and DOM operations.

The Y-axis position adaptive algorithm for web annotation function This article will explore how to implement annotation functions similar to Word documents, especially how to deal with the interval between annotations...
