We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
title与h1、b与strong、i与em的区别?
The text was updated successfully, but these errors were encountered:
1、title:title指的是网页的标题,描述的是网页的功能作用用途等。一般显示在浏览器标题栏,收藏时候的标题默认为title。
2、h1:h1指的是文章的标题,面对用户,更突出其视觉效果。一般一个网页建议最好只有一个h1,因为多个h1会稀释主题。
其他: 一个网站可以有多个title,最好一个单页一个title,SEO优化权重title > h1,好的页面是title和h1并存,既突出文章主题,又突出网站主题和关键字。
1、b:b标签的含义是blod,是一个实体标签,它所包围的字体会被变为粗体。
2、strong: strong标签是一个语义标签,表示包围的内容被强调,强调的样式为粗体。
1、i:i标签表现为斜体,一般用于标识和当前文章中表示不同特性的字符,比如一个技术术语,一个想法,一个外文习语。
2、em:em标签是一个语义标签,表示强调,强调的样式为斜体,会改变原有文字的含义。
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: