In the past few years, DIV+CSS was very popular in website development, and it caused a huge uproar at the time. But later on, pure DIV+CSS was abandoned by programmers for front-end development, and the term "semantic tagging" came out. So what does this word mean? The following is excerpted from Baidu Encyclopedia: HTML tag semantics: the meaning of HTML tags . First of all, let’s talk about the difference between semantics and default styles. Default styles are the expressions of some common tags set by the browser. I think its main purpose is to let everyone intuitively understand the purpose and function of tags (markup) and attributes (attribute). Obviously, the Hx series looks like a title because it has bold and larger font size. , used to distinguish it from other characters and serve to emphasize it. As for lists and tables, it's obvious what they do. So how can we understand this passage well? In fact, this paragraph shows that you should use whatever tags you need, and don’t use DIV layout deliberately. For example, if you want to add bold or something, you can use it directly, and there is no need to use class for rendering. Be more natural. For example, you can also use table layout appropriately in the page. Who says tables are not good for SEO? Even Baidu uses tables. So use whichever is more convenient and whichever has a clearer structure. Eliminate the term DIV+CSS layout. |
<<: A must-read career plan for web design practitioners
>>: Vue3.0 uses the vue-grid-layout plug-in to implement drag layout
Take zabbix's own WEB interface as an example...
XML files should be encoded in utf-8 as much as p...
This article introduces an example of how to use ...
Preface If CSS is the basic skill of front-end de...
Table of contents Preface 1. Error log 2. Binary ...
The main functions are as follows: Add product in...
This article shares the tutorial of MySql install...
The browser is probably the most familiar tool fo...
Table of contents 1. Project requirements 2. Docu...
Select and change: click to display the current v...
html <div class="totop" v-show="...
Study plans are easily interrupted and difficult ...
Recently, students from the User Experience Team o...
Table of contents definition Constructor bodies a...
Preface: When we are making web pages, we often n...