HTML&CSS Basic Learning Note 3-html tag syntax

Source: Internet
Author: User

HTML tag Syntax

1. Tags are enclosed in english brackets < and >, such as


2. The tags in the HTML are usually paired, with the start and end tags. The end tag has one more/more than the start tag.
such as: <p></p>


3. The content of the label is the content between the start tag and the end tag, such as:

650) this.width=650; "Src=" Http://s2.51cto.com/wyfs02/M01/85/4F/wKioL1ef-XmhIquvAAA6jpFXgww539.jpg-wh_500x0-wm_3 -wmp_4-s_4165009762.jpg "title=" 44.jpg "width=" "height=" 159 "border=" 0 "hspace=" 0 "vspace=" 0 "style=" width:300px; height:159px; "alt=" Wkiol1ef-xmhiquvaaa6jpfxgww539.jpg-wh_50 "/>

4. Tags and labels can be nested, but the order must be consistent, such as:<div> nested <P>, then </p> must be placed in front of </div>.
such as <div><p></p></div>


5. HTML tags are case-insensitive,


6. Code comments can help programmers annotate the use of code, or help programmers hide blocks of code so that the browser can skip that part when parsing HTML.


7. Comment Code:<!--The code or text that you want to annotate.

More learning content, just in the code bud Net Http://www.mayacoder.com/lesson/unit?id=1


HTML&CSS Basic Learning Note 3-html tag syntax

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.