Home  >  Article  >  Web Front-end  >  H5 title writing problem

H5 title writing problem

php中世界最好的语言
php中世界最好的语言Original
2018-04-19 17:39:133720browse

This time I will bring you the problem of H5 title writing. What are the precautions when writing H5 titles? Here are practical cases, let’s take a look.

Regarding HTML, I believe many people know that the title inside is very important, so how should we write the title when using HTML? What issues do we need to pay attention to when it comes to HTML titles.

HTML title:

In HTML documents, the title plays an important role

Heading (Heading) is defined by the tags 4a249f0d628e2318394fd9b75b4636b1...4e9ee319e0fa4abc21ff286eeb145ecc, where 4a249f0d628e2318394fd9b75b4636b1 defines the maximum heading and 4e9ee319e0fa4abc21ff286eeb145ecc defines the minimum heading.

You can use Editor to practice:

<h1>这是一个标题。</h1> 
<h2>这是一个标题。</h2> 
<h3>这是一个标题。</h3>

You don’t have to worry about the title format in some web pages. The browser will automatically add formatting blank lines.

Function:

Titles are important. Make sure to use the HTML title tag only for titles. Don’t use headings just to produce bold or large text.

Search engines use headers to index the structure and content of your web pages. Because users can use headings to quickly navigate your page, it's important to use headings to present the structure of your document.

h1 should be used as the main heading (the most important), followed by h2 (the next most important), then h3, and so on.

HTML comments

Comments can be inserted into HTML code to improve its readability and make the code easier to understand. The browser ignores comments and does not display them.

Comments are written as follows:

<!--这是一个注释-->

Solution: An exclamation point needs to be followed immediately after the opening bracket (the left bracket), but not before the closing bracket (the right bracket). Reasonable use of comments can help with future code editing work. .

HTML Tips - How to View Source Code

Have you ever looked at some web page and marveled at how it was done?

If you want to find out the secret, just right-click and select "View Source" (IE) or "View Page Source" (Firefox). Other browsers do the same thing. Doing so will open a window containing the HTML code for the page.


Tags for this article:

Label 100db36a723c770d327fc0aef2ce13b1 6c04bd5ca3fcae76e30b72ad730ca86d 4a249f0d628e2318394fd9b75b4636b1 - 4e9ee319e0fa4abc21ff286eeb145ecc f32b48428a809b51f04d3228cdf461fa 8d0d9f613ee4a9219a4d7a4cb67e7ad3
<h1>这是1号标题</h1>
<fontsize="6">这是6号字体文本</font>
<h2>这是2号标题</h2><
fontsize="5">这是5号字体文本</font>
<h3>这是3号标题</h3>
<fontsize="4">这是4号字体文本</font>
<h4>这是4号标题</h4>
<fontsize="3">这是3号字体文本</font>
<h5>这是5号标题</h5>
<fontsize="2">这是2号字体文本</font>
<h6>这是6号标题</h6>
<fontsize="1">这是1号字体文本</font>
I believe you have mastered the method after reading the case in this article. For more exciting information, please pay attention to other related articles on the php Chinese website!
describe
Define HTML document
Define the body of the document
Define HTML title
Define horizontal line
Define comments

Recommended reading:

H5 C3 JS implements floor jumping special effects


HTML5 video tag operation video detailed explanation


The above is the detailed content of H5 title writing problem. For more information, please follow other related articles on the PHP Chinese website!

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