HTML Learning Note One

Source: Internet
Author: User

HTML page structure

<! DOCTYPE html> Release Statement

<body></body> Main Content Label

Most HTML tags appear in pairs

Common Label Learning:

<p></p> paragraph label use effect: Display a piece of text, not segmented, can be space, but only one character position.

<pre></pre> pre-formatted text Use effect: Display multi-paragraph text, can be divided into multiple paragraphs, can be empty multi-lattice.

&nbsp; Space label Use effect: A label represents a space, can be used in the <p> tag

<b></b> Font Bold

<u></u> Font Underline

<s></s> Font plus Strikethrough

<sub></sub> subscript <sup></sup> superscript use: Generally used in mathematical formulas

<ol><li></li></ol> ordered list usage effect: Arranges the data in a certain order, depending on how the type attribute is changed (can be nested in unordered list use).

<ul><li></li></ul> unordered list Use effect: The data is arranged in no order (nested use).

The <dl> definition list works like a sequence table and unordered list (the teacher says that although the effect looks the same, the <dl> is more semantically).

<dt></dt> need to define the description of the project

<dd></dd> Description of the project

</dl>

<table> table Use effect: insert a table in the page, can be added by,<tr><td> (the teacher said can also be used for layout framework, but now usually with <div>).

<tr><td></td><td></td></tr> three rows two columns, where <td> has colspan cross-columns and rowspan cross-row properties.

<tr><td></td><td></td></tr>

<tr><td></td><td></td></tr>

</table>

<a></a> hyperlink Label Use effect: the page link is set by the HREF attribute to implement the jump page.

HTML Learning Note One

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.