Beginners need to create a page effect. The top line says the user's name, the bottom line says the user's job title, and next to it is the user's photo. I wrote it like this:
Li Zicheng | td> Yes, it should be written like this:
My way of writing the page will read much slower. What is this? The reason? In addition, I read in the book that DL, DT, and DD are so-called explanation lists. How to achieve this effect... The book does not say it, and the code is not very clear. Please enlighten me, thank you. Reply to discussion (solution) Yes, use Table less and use elements like div or UL or dl instead of table. It is said that the performance of table is not very good. In the past, table layout was mostly used, but now table layout is generally not used, and table parsing is slow. Yes, use Table less and use elements like div or UL or dl instead of table. It is said that the performance of table is not very good. I can understand how to write the code on the form... but DL can't understand how to implement it in the code... I just don't know how to implement it using DL (the above DL code was given by someone else)... In the past, table layout was mostly used, but now table layout is generally not used, and table parsing is slow.I can understand how to write the code on the form... but DL can't understand how to implement it in the code... I just don't know how to implement it using DL (the above DL code was given by someone else)...div css bar Tables are not commonly used and they load too slowly! As long as the layout idea is reasonable, appropriate tables are much better than using block elements Tables The use of it is the basis. How to understand the layout of block elements if you don’t use tables? In some complex list elements, your div or other elements can kill you. Don’t talk about using a single method.That speed is not very simple for today’s computers and IE The key lies in the overall layout, all things considered
Related labels:
source:php.cn
Previous article:When moving the window scroll bar in the IE6 pop-up window, the drop-down box inside becomes confused. First aid_html/css_WEB-ITnose
Next article:After using float, the top and bottom order between div blocks is wrong_html/css_WEB-ITnose
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Latest Issues
Get the value of MySQL
Since yesterday I'm trying to get this value (see picture), I've tried using "mysqlre...
From 2024-04-06 14:45:26
0
1
376
Firebase FCM batch personalized push
Is it possible to send a large push but each message is personalized e.g. with a name and ...
From 2024-04-05 11:46:20
0
1
1361
Related Topics
More>
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
|