Home
Web Front-end
HTML Tutorial
Interview questions: Three rows and three columns layout, tables are merged and nested tables are not allowed_HTML/Xhtml_Web page production



Interview questions: Three rows and three columns layout, tables are merged and nested tables are not allowed_HTML/Xhtml_Web page production
There is an interview question that requires: a three-row and three-column layout, in which the second column of the first row and the second column of the second row are merged, and the second column and third column of the third row are merged. Nesting is not allowed. Table
Copy code
The code is as follows:< !DOCTYPE HTML >
< ;body>
1 | 2 | 3 |
4 | 5 | |
7 |