Second Lesson, secondlesson

Source: Internet
Author: User

Second Lesson, secondlesson

1. Image

Image Format:

1.1BMP occupies large space and rich colors.

1.2 JPEG lossy compression, which occupies less space.

1.3GIF multi-Frame Animation, supports transparent color.

1.4PNG lossless compression, bitmap (composed of countless small points) supports transparent/translucent colors.

      

attribute: src = "PATH" PATH: PATH of the image. Relative Path, absolute path, and network link.

Alt = "DISCRAPTION" DISCRAPTION: The image description, which is conducive to SEO search optimization.

Title = "DISCRAPTION" DISCRAPTION: text description

Height = "" specifies the Image height.

Width = "" specifies the Image width

 

 

2. List (automatic line feed)

2.1 unordered list: (the style can be replaced by CSS)

<Ul>

<Li> unordered list </li>

</Ul> attributes: type = "" square (square), disa (solid circle), and circle (hollow circle)

2.2 ordered list:

<Ol>

<Li> ordered list </li>

</Ol> attribute: ID of the Five Styles: "a" A "I" "I" Number"

2.3 custom list:

<Dl>

<Dt>

<Dd> Custom list </dd>

</Dt>

</Dl>

 

 

 

3. Table

<Table> attribute: border = "" table border

<Caption> table title </caption>

<Th> table title </th>

<Thead> table Header

<Tr> line

<Td> cell or column </td> attribute: rowspan = "merged rows" cross-row merged colspan = "merged columns" cross-column merged

</Tr>

</Thead>

 

<Tbody> table body

<Tr> line

<Td> cell or column </td>

</Tr>

</Tbody>

 

 

 

Code

1 <! DOCTYPE html> 2 Exhibition

 

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.