Overview of HTML

Source: Internet
Author: User

HTML (Hypertext Markup Language) Chinese means: Hypertext Markup Language.

  1. "Hypertext" refers to the. html page can contain not only text, but also pictures, links, even music, programs and other non-text elements.
  2. Markup language is a type of text encoding that combines text-related information with tags.

Text written in HTML, with an. html or. htm extension, to describe the Web page, *.html file = Web page.

HTML Tags :

  1. The key words enclosed in angle brackets, usually paired, are called start tags-end tags or open tags-closed labels, which are generally paired with labels that appear in the middle of two tags.
  2. There are also individually presented tags such as: ,<br/> or <br>.
  3. Neither the label nor its properties are displayed, and the element content between the tabs is used for display.

HTML element : refers to all the code from the start tag (start tag) to the end tag (end tag), which is the cornerstone of the resulting HTML page.

HTML properties:

  1. HTML tags can have properties. The properties provide more information about the HTML element.
  2. The Key= property always appears in the form of a "value" pair.
  3. Properties are always specified in the start tag.

Overview of 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.