Commonly used html tags in web development, web development tags

Source: Internet
Author: User

Commonly used html tags in web development, web development tags

As a web developer, I summarized the commonly used html tags as follows:
<Html> Example:

<! -- Ol tag demo --> <ol type = "I" start = "3"> <li> abcdefghijklmnopqrstuvwxyz </li> <li> restart </li> <li> abcdefghijklmnopqrstuvwxyz </li> </ol>
<! -- Ul tag demo --> <ul type = "square"> <li> abcdefghijklmnopqrstuvwxyz </li> <li> constraint </li> <li> abcdefghijklmnopqrstuvwxyz </li> <li> abcdefghijklmnopqrstuvwxyz </li> <li> abcdefghijklmnopqrstuvwxyz </li> </ul> <! -- Img label demo --> <! -- Table tag demo --> <table border = "1" cellspacing = "0" cellpadding = "10" width = "70%"> <caption> table title </caption> <tr> <th> Unit 1 </th> <! -- <Th> integrated label center bold --> <th> Cell 2 </th> </tr> <td align = "center"> <B> cell 3 </B> </td> <td> cell 4 </td> </tr> <! -- Cell merging demo --> <tr> <td colspan = "2"> adqw </td> <! -- <Td> asda </td> --> </tr> <td rowspan = "2"> asdsa </td> <td> asfd </td> </tr> <! -- <Td> asfd </td> --> <td> asdd </td> </tr> </table>
<! -- Display another table --> <table border = "1"> <thead> <tr> <th> Month </th> <th> Savings </th> </tr> </thead> <tfoot> <tr> <td> Sum </td> <td> $180 </td> </tr> </tfoot> <tbody> <tr> <td> January </td> <td> $100 </td> </tr> <td> February </td> <td> $80 </td> </tr> </tbody> </table>

  

</body> 

Note: The form submission method can be get or post, but the difference is:

The difference on the server side is:

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.