HTML Learning Notes--lists and table

Source: Internet
Author: User

1> There are sequence tables, unordered lists, and custom lists

<!DOCTYPE HTML Public "-//W3C//DTD XHTML 1.0 transitional//en" "http://www.w3.org/TR/xhtml1/DTD/ Xhtml1-transitional.dtd "><HTMLxmlns= "http://www.w3.org/1999/xhtml"><Head><Metahttp-equiv= "Content-type"content= "text/html; charset=utf-8" /><title>Untitled Document</title></Head><Body>    <!--list with sequence -    <oltype= "a">        <Li>With Sequence list 1</Li>        <Li>With Sequence List 2</Li>        <Li>With Sequence list 3</Li>        <Li>With Sequence List 4</Li>        <Li>With Sequence list 5</Li>    </ol>    <!--unordered list -    <ultype= "Circle">        <Li>No sequence table 1</Li>        <Li>No sequence table 2</Li>        <Li>No sequence table 3</Li>        <Li>No sequence table 4</Li>        <Li>No sequence table 5</Li>    </ul>    <!--Custom List -    <DL>        <DT>The first big paragraph</DT>        <DD>1th Small Segment</DD>        <DD>2nd Small Segment</DD>        <DD>3rd Small Segment</DD>        <DD>4th Small Segment</DD>    </DL></Body></HTML>

2>table

<!DOCTYPE HTML Public "-//W3C//DTD XHTML 1.0 transitional//en" "http://www.w3.org/TR/xhtml1/DTD/ Xhtml1-transitional.dtd "><HTMLxmlns= "http://www.w3.org/1999/xhtml"><Head><Metahttp-equiv= "Content-type"content= "text/html; charset=utf-8" /><title>Untitled Document</title></Head><Body>    <!--border the thickness of the border -    <!--TR is line, TD is Column -    <TableBorder= ' 1 'width= ' + 'bordercolor= "Blue"bgcolor= "Grey"Align= "Center">        <caption><FontColor= ' Blue '>Curriculum</Font></caption>        <TRwidth= "All"Height= " the"Align= ' Center 'valign= ' top '>            <TDrowspan= ' 3 '>Abc</TD>            <TDcolspan= ' 2 '>123</TD>                        <TD>123</TD>            <TD>Abc</TD>        </TR>        <TR>                        <TD>123</TD>            <TD>Abc</TD>            <TDrowspan= ' 2 '>123</TD>            <TD>Abc</TD>        </TR>        <TR>                        <TD>123</TD>            <TD>Abc</TD>                        <TD>Abc</TD>        </TR>    </Table></Body></HTML>

HTML Learning Notes--lists and table

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.