Home  >  Article  >  Web Front-end  >  HTML one (introduction)_html/css_WEB-ITnose

HTML one (introduction)_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:50:181145browse

What is HTML?

HTML is a language used to describe web pages.

  • HTML refers to Hypertext Markup Language (Hyper Text Markup Language)
  • HTML is not a programming language, but a markup language
  • A markup language is a set of markup tags
  • HTML uses markup tags to describe Web page
  • HTML tag

    HTML markup tag is usually called HTML tag (HTML tag).

  • HTML tags are keywords surrounded by angle brackets, such as 100db36a723c770d327fc0aef2ce13b1
  • HTML tags usually appear in pairs, such as a4b561c25d9afb9ac8dc4d70affff419 and 0d36329ec37a2cc24d42c7229b69747a
  • The first tag in the tag pair is the opening tag and the second tag is the closing tag
  • The opening and closing tags are also known as opening tag and closing tag
  • HTML document = Web page

  • HTML document describes web page
  • HTML document contains HTML tags and plain text
  • HTML document is also called web page
  • The role of Web browser It reads HTML documents and displays them in the form of web pages. Browsers do not display HTML tags, but use tags to explain the content of the page:

    <html><body><h1>My First Heading</h1><p>My first paragraph.</p></body></html>

    Example explaining the text description between
  • 100db36a723c770d327fc0aef2ce13b1 and 73a6ac4ed44ffec12cee46588e518a5e Web page
  • The text between6c04bd5ca3fcae76e30b72ad730ca86d and 36cc49f0c466276486e50c850b7e4956 is visible Page content
  • 4a249f0d628e2318394fd9b75b4636b1 The text between 473f0a7621bec819994bb5020d29372a is displayed as title
  • e388a4556c0f65e1904146cc1a846bee >
  • Statement:
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn