H5 title writing problem

php中世界最好的语言
Release: 2018-04-19 17:39:13
Original
3627 people have browsed it

This time I will bring you the problem of H5 title writing. What are theprecautionswhen 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:

InHTML documents, the title plays an important role

Heading (Heading) is defined by the tags

...

, where

defines the maximum heading and

defines the minimum heading.

You can useEditorto practice:

这是一个标题。

这是一个标题。

这是一个标题。

Copy after login

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:

Copy after login

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:

-


这是1号标题

这是6号字体文本

这是2号标题

< fontsize="5">这是5号字体文本

这是3号标题

这是4号字体文本

这是4号标题

这是3号字体文本
这是5号标题
这是2号字体文本
这是6号标题
这是1号字体文本
Copy after login

Recommended reading:



The above is the detailed content of H5 title writing problem. 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!
Label
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!H5 C3 JS implements floor jumping special effectsHTML5 video tag operation video detailed explanation
describe
Define HTML document
Define the body of the document
Define HTML title
Define horizontal line
Define comments