Lesson01_01 HTML Basics _ Basic Tutorial

Source: Internet
Author: User
This course reads as follows:

1. HTML Language Basics
2. Advanced HTML language
3. CSS (cascading style sheets)
4. JavaScript syntax
5. DOM Object Model programming
6, Script Programming Technology summary
6. Regular expressions

Lesson1 Learning content:

1, understand some of the background of HTML
2. Global schema label for HTML
3. Format label
4. Text label
5. Hyperlink tag
6. Image Label

Lesson01_01 HTML Basics


Example: Write the following code in Notepad:
www.Loncer.cn
Knowledge Points:
1, HTML is English hypertext Markup Language (Hypertext tag language) abbreviation
2, as above in the IE is not shown in the HTML tag, with "<" beginning with ">" End
3, the label is generally in pairs appear as above:
4, paired labels also known as containers, a pair of tags can be nested other tags
5. Individual tags do not need to be paired with the end tag, called an empty label, such as:
This type of label can only be used alone and cannot be formatted text
6, the contents of the label and the middle is called an "HTML element"
7, the label with a property, its format is: Property name = property value, the property value can be in English single quotation mark ('), you can also use double quotation marks ("), but also can not quote
8. For a property that has only two attributes, to enable it, simply write it in the label
9. HTML and its attributes are case-insensitive
  • 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.