HTML Basics Tutorial: Nesting of Forms and Tables

The registration page created before, the alignment of several elements is chaotic

16.png

We can use the nesting of tables and forms to make the page more regular

    用户注册 
欢迎注册php.cn
用户名:
密码:

It can be seen that it is more complicated to use table to create such a regular interface, and it will not be used frequently in the future. It is more likely to be implemented using DIV+CSS that will be learned later

Continuing Learning
||
用户注册
欢迎注册php.cn
用户名:
密码:
submit Reset Code
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!