The basic structure of an html document is organized by which three pairs of tags

王林
Release: 2020-07-18 11:58:04
Original
8802 people have browsed it

The basic structure of the html document is organized by tags, tags and tags. Tags are responsible for telling the browser that this is an HTML document; tags are containers for all head elements; tags are responsible for defining the body of the document.

The basic structure of an html document is organized by which three pairs of tags

The basic structure of an html document is organized by thetag, thetag and thetag.

(Recommended tutorial:html tutorial)

Analysis:

Document tag,< ;/head>Head tag,Text tag, these three tags are the components of the basic structure of HTML.

Detailed introduction:

1. Theelement is the container of all head elements. The

element must contain the title of the document and can contain scripts, styles, meta information and more.

2. The body element defines the body of the document.

The body element contains all the content of the document (such as text, hyperlinks, images, tables and lists, etc.)

3. Thetag tells the browser that this is an HTML document . The

tag is the outermost element in an HTML document. The

tag is a container for all other HTML elements (except thetag).

The above is the detailed content of The basic structure of an html document is organized by which three pairs of tags. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!