# HTML and # html

Source: Internet
Author: User

# HTML and # html

A web Front-end Tom, it is very important to listen to his predecessors to write notes, so he wants to use the blog to start recording his journey-the road to Web

HTML

1. Correct a cognitive error "HTML is a programming language" ---- (error)

HTML (full name: Hype Text Mark-up Language) hypertext markup Language, which is a descriptive markup Language, just like people often use S, M, L to Mark people's clothes size, the problem is clearly illustrated as a mark.

2. There are rules that make HTML a markup language.

When we see "<>", the first reaction is a tag symbol, also called a tag. The tag label does not have a meaning with the tag we want in our mind, it is used for marking transactions. Here, there are two tags: Single and Double. <> </> one is the start tag and the other is the end tag. If there is no "/", it will be no different, so remember that "/" is the ending sign, so the single mark is </>. (Ps: This is barely explained, just to better remember and understand yourself. By the way, for example, <br> sometimes the "/" page is not added, because it is an HTML Version issue and does not need to be added in html4.0, xhtml 1.0 requires addition. After all, it is for standardization, and everything must be improved. We also need to base everything on the latest version, for example, when I got started with HTML5, I had to improve my thoughts)

3. Object: webpage

Having said so much, it seems that I forgot to say that the purpose of learning this kind of learning is to make web pages. The web pages, like people, all have their own structural frameworks and have headers and feet. So we always need to build this framework first.

<Html>

<Head>

<Title> </title>

</Head>

<Body>

</Body>

</Html>

Okay. Let's continue tomorrow.

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.