What is the title tag in html5

青灯夜游
Release: 2021-12-17 14:57:36
Original
4215 people have browsed it

html5 title tags include: 1. title tag, which defines the title of the document; 2. h1, h2, h3, h4, h5, h6 tags, which define the content title; 3. caption tag, which defines the table title; 4 , figcaption tag; 5. legend tag; 6. summary tag.

What is the title tag in html5

The operating environment of this tutorial: Windows 7 system, HTML5 version, Dell G3 computer.

html5 title tag

1、tag

The tag defines the title of the document and is required in all HTML documents. <p></p> <title> Element: <ul style="list-style-type: disc;"> <li><p> Defines the title in the browser toolbar </p></li> <li><p> Provides the page to be added to the collection The title when clipped </p></li> <li><p>The page title that appears in search engine results</p></li> </ul><div class="code" style="position:relative; padding:0px; margin:0px;"><pre class="brush:html;toolbar:false"><!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>php中文网
...
Copy after login

What is the title tag in html5

2.

to
tag

-

tag can define the title.

defines the largest heading.

Defines the smallest heading.

Because the h element has exact semantics, please carefully choose the appropriate tag level to structure the document. Therefore, please do not use title tags to change the font size within the same line. Instead, we should use cascading style sheet definitions to achieve beautiful display effects.

这是标题 1

这是标题 2

这是标题 3

这是标题 4

这是标题 5
这是标题 6
Copy after login

What is the title tag in html5

3. tag

caption element defines the table title.

The caption label must immediately follow the table label. You can define only one title per table. Usually the title will be centered above the table.

人物信息
姓名 年龄
Peter 20
Lois 20
Copy after login

What is the title tag in html5

4. The

tag

##
tag defines the title for the
element.

The
element should be placed as the first or last child of the
element.

   

上海卢浦大桥是当今世界第一钢结构拱桥,是世界上跨度最大的拱形桥。它也是世界上首座完全采用焊接工艺连接的大型拱桥(除合拢接口采用栓接外),现场焊接焊缝总长度达4万多米,接近上海市内环高架路的总长度。卢浦大桥像澳大利亚悉尼的海湾大桥一样具有旅游观光的功能。

黄浦江上的的卢浦大桥

拍摄者:W3School 项目组,拍摄时间:2010 年 10 月

What is the title tag in html5
Copy after login

What is the title tag in html5

5. The tag

legend element defines the title (caption) for the fieldset element.

   
健康信息 身高: 体重:

如果表单周围没有边框,说明您的浏览器太老了。

Copy after login

What is the title tag in html5

6.

tag

The tag defines a visible element for the
title. Detailed information is displayed when the user clicks on the title.

   
HTML 5 This document teaches you everything you have to learn about HTML 5.
Copy after login

What is the title tag in html5

Related recommendations: "

html video tutorial"

The above is the detailed content of What is the title tag in html5. 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
Popular Recommendations
Popular Tutorials
More>
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!