Lesson01_01 HTML Basics _ Basics Tutorial

Source: Internet
Author: User
Tags object model
This course reads as follows:

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

Lesson1 Learning content:

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

Lesson01_01 HTML Basics


For example: write the following code in Notepad:
<marquee behavior= "Alternate" ><font size=5 color= ' Red ' >www.Loncer.cn</font></marquee>
Knowledge Points:
1, HTML is the English hypertext Markup Language (Hypertext label language) abbreviation
2, such as the above in IE did not show the HTML tag, with "<" beginning with ">" End
3, this kind of label is generally in pairs appear as above:<font> </font>
4, paired label also called a container, a pair of tags can also be nested other tags
5, a separate label does not need to match the end tag, called an empty label, such as:<br> this label can only be used alone can not format text
6, the label and the middle of the content called an "HTML element"
7, the label has attributes, its format is: property name = attribute value, property value can be in English single quotation mark (), can also use double quotes ("), but also without quotes
8, for a property that has only two attributes, to enable it, just write it in the label
9. HTML and its attributes are case insensitive

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.