The picture above is the effect I want to create. But the result is like this (as shown below). It took a long time, but there are still some problems, so I want to ask God for help. (I just learned HTML, the code is messy.)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>无标题文档</title></head><body><!--table width="600" border="1" cellspacing="0" cellpadding="0"--><table border="1"> <tr> <td colspan="6" align="center">主题网站名称</td> </tr> <tr colspan="6"> <td>导航内容一</td> <td>导航内容二</td> <td>导航内容三</td> <td>导航内容四</td> <td>导航内容五</td> <td>导航内容六</td> </tr> <tr> <td><table frame="void" width="200" border="1" cellspacing="0" cellpadding="0"> <tr align="center"> <td>图片1</td> </tr> <tr align="center"> <td>图片1链接点</td> </tr> <tr align="center"> <td>图片2</td> </tr> <tr align="center"> <td>图片2链接点</td> </tr> <tr align="center"> <td>图片3</td> </tr> <tr align="center"> <td>图片3链接点</td> </tr> </table></td> <td><table frame="void" width="200" border="1" cellspacing="0" cellpadding="0"> 大幅照片或者Flash流文件 </table></td> <td><table frame="void" width="200" border="1" cellspacing="0" cellpadding="0"> <tr align="center"> <td>图片4</td> </tr> <tr align="center"> <td>图片4链接点</td> </tr> <tr align="center"> <td>图片5</td> </tr> <tr align="center"> <td>图片5链接点</td> </tr> <tr align="center"> <td>图片6</td> </tr> <tr align="center"> <td>图片链接点</td> </tr> </table></td> </tr> <tr> <td colspan="6" align="center">站点设计开发人员</td> </tr></table></body></html>
Reply to discussion (solution)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title></head><body><!--table width="600" border="1" cellspacing="0" cellpadding="0"--><table border="1"> <tr> <td colspan="6" align="center">主题网站名称</td> </tr> <tr colspan="6"> <td>导航内容一</td> <td>导航内容二</td> <td>导航内容三</td> <td>导航内容四</td> <td>导航内容五</td> <td>导航内容六</td> </tr> <tr> <td><table frame="void" width="200" border="1" cellspacing="0" cellpadding="0"> <tr align="center"> <td>图片1</td> </tr> <tr align="center"> <td>图片1链接点</td> </tr> <tr align="center"> <td>图片2</td> </tr> <tr align="center"> <td>图片2链接点</td> </tr> <tr align="center"> <td>图片3</td> </tr> <tr align="center"> <td>图片3链接点</td> </tr> </table></td> <td colspan="4"><table frame="void" width="200" border="1" cellspacing="0" cellpadding="0"> 大幅照片或者Flash流文件 </table></td> <td><table frame="void" width="200" border="1" cellspacing="0" cellpadding="0"> <tr align="center"> <td>图片4</td> </tr> <tr align="center"> <td>图片4链接点</td> </tr> <tr align="center"> <td>图片5</td> </tr> <tr align="center"> <td>图片5链接点</td> </tr> <tr align="center"> <td>图片6</td> </tr> <tr align="center"> <td>图片链接点</td> </tr> </table></td> </tr> <tr> <td colspan="6" align="center">站点设计开发人员</td> </tr></table></body></html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>无标题文档</title></head><body><!--table width="600" border="1" cellspacing="0" cellpadding="0"--><table border="1"> <tr> <td colspan="6" align="center">主题网站名称</td> </tr> <tr colspan="6" align="center"> <td>导航内容一</td> <td>导航内容二</td> <td>导航内容三</td> <td>导航内容四</td> <td>导航内容五</td> <td>导航内容六</td> </tr> <tr> <td><table frame="void" width="200" border="1" cellspacing="0" cellpadding="0" > <tr align="center"> <td>图片1</td> </tr> <tr align="center"> <td>图片1链接点</td> </tr> <tr align="center"> <td>图片2</td> </tr> <tr align="center"> <td>图片2链接点</td> </tr> <tr align="center"> <td>图片3</td> </tr> <tr align="center"> <td>图片3链接点</td> </tr> </table></td> <td colspan="4"><table frame="void" width="200" border="0" cellspacing="0" cellpadding="0" align="center"> <tr><td>大幅照片或者Flash流文件</td></tr> </table></td> <td><table frame="void" width="200" border="1" cellspacing="0" cellpadding="0"> <tr align="center"> <td>图片4</td> </tr> <tr align="center"> <td>图片4链接点</td> </tr> <tr align="center"> <td>图片5</td> </tr> <tr align="center"> <td>图片5链接点</td> </tr> <tr align="center"> <td>图片6</td> </tr> <tr align="center"> <td>图片链接点</td> </tr> </table></td> </tr> <tr> <td colspan="6" align="center">站点设计开发人员</td> </tr></table></body></html>
Made some improvements
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>无标题文档</title></head> <body><!--table width="600" border="1" cellspacing="0" cellpadding="0"--><table border="1"> <tr> <td colspan="6" align="center">主题网站名称</td> </tr> <tr colspan="6" align="center"> <td colspan="6"><table width="100%" border="1" cellspacing="0" cellpadding="0"> <tr> <td align="center">导航内容一</td> <td align="center">导航内容二</td> <td align="center">导航内容三</td> <td align="center">导航内容四</td> <td align="center">导航内容五</td> <td align="center">导航内容六</td> </tr> </table></td> </tr> <tr> <td><table frame="void" width="200" border="1" cellspacing="0" cellpadding="0" > <tr align="center"> <td>图片1</td> </tr> <tr align="center"> <td>图片1链接点</td> </tr> <tr align="center"> <td>图片2</td> </tr> <tr align="center"> <td>图片2链接点</td> </tr> <tr align="center"> <td>图片3</td> </tr> <tr align="center"> <td>图片3链接点</td> </tr> </table></td> <td colspan="4"><table frame="void" width="200" border="0" cellspacing="0" cellpadding="0" align="center"> <tr><td>大幅照片或者Flash流文件</td></tr> </table></td> <td><table frame="void" width="200" border="1" cellspacing="0" cellpadding="0"> <tr align="center"> <td>图片4</td> </tr> <tr align="center"> <td>图片4链接点</td> </tr> <tr align="center"> <td>图片5</td> </tr> <tr align="center"> <td>图片5链接点</td> </tr> <tr align="center"> <td>图片6</td> </tr> <tr align="center"> <td>图片链接点</td> </tr> </table></td> </tr> <tr> <td colspan="6" align="center">站点设计开发人员</td> </tr> </table></body></html>
Thanks for the advice!

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit


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

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Linux new version
SublimeText3 Linux latest version

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

WebStorm Mac version
Useful JavaScript development tools

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft
