Python Basics (15)-html

Source: Internet
Author: User
Tags closing tag

What is HTML about HTML?

HTML is a language used to describe a Web page.

    • HTML refers to Hypertext Markup Language: HyperText Markup Language
    • HTML is not a programming language, but a markup language
    • Markup language is a set of tag tags (markup tag)
    • HTML uses tag tags to describe Web pages
    • HTML document contains HTML tags and text content
    • HTML documents are also called Web pages

Hypertext: Refers to the page can contain pictures, links, and even music, programs and other non-text elements.

Markup Language: The language in which tags (tags) are composed

HTML tag tags are often referred to as HTML tags (html tag).

    • HTML tags are keywords surrounded by angle brackets , such as
    • HTML tags are usually paired up , such as <b> and </b>
    • The first label in the pair is the start tag , the second is the end tag
    • The start and end tags are also known as Open and closed tags, and the middle content is the label body
    • Some labeling functions are simple. Use a label. This label is called a self-closing tag. For example: <br/>
    • tags can be nested. But cannot cross-nest. <a><b></a></b>
< tags > tag body </tags >

Web page ==html document, parsed by the browser, used to show the

Static Web pages: Static resources, such as xxx.html

Dynamic Web pages: HTML code is dynamically generated by a development language based on user requests

HTML tree structure diagram:

Brief description:
<! DOCTYPE html>"utf-8"><title> Hello</title>

Python Basics (15)-html

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.