< b>与< b>的区别是什么?和< strong>,< i>和< em&

编程入门 行业动态 更新时间:2024-10-27 14:33:07
本文介绍了< b>与< b>的区别是什么?和< strong>,< i>和< em&gt ;?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

< b> 和< strong> ,<<< ;在HTML / XHTML中,i> 和< em> 什么时候应该使用它们?

解决方案

它们对普通Web浏览器渲染引擎具有相同的效果,但它们之间存在根本区别。

正如作者在讨论列表帖子:

考虑三种不同的情况:

  • 网络浏览器
  • 盲人
  • 手机

Bold是一种风格 - 当你说大胆的一个词,人们基本知道意味着在信件的周围添加更多,比如说墨水,直到他们在其他信件中突出为止。

不幸的是,这对盲人毫无意义。在手机和其他PDA上,文字已经大胆,因为屏幕分辨率非常小。

< b> 是一种风格

- 我们知道大胆应该是什么样子。

< strong>

HTML从来不是为了关注风格。不要 Tim Berners-Lee 和语义网。 / code>是语义的 - 它描述了它所围绕的文本(例如,这个文本应该比其他文本更强壮),而不是描述

What's the difference between <b> and <strong>, <i> and <em> in HTML/XHTML? When should you use each?

解决方案

They have the same effect on normal web browser rendering engines, but there is a fundamental difference between them.

As the author writes in a discussion list post:

Think of three different situations:

  • web browsers
  • blind people
  • mobile phones

"Bold" is a style - when you say "bold a word", people basically know that it means to add more, let's say "ink", around the letters until they stand out more amongst the rest of the letters.

That, unfortunately, means nothing to a blind person. On mobile phones and other PDAs, text is already bold because screen resolution is very small. You can't bold a bold without screwing something up.

<b> is a style - we know what "bold" is supposed to look like.

<strong> however is an indication of how something should be understood. "Strong" could (and often does) mean "bold" in a browser, but it could also mean a lower tone for a speaking program like Jaws (for blind people) or be represented by an underline (since you can't bold a bold) on a Palm Pilot.

HTML was never meant to be about styles. Do some searches for "Tim Berners-Lee" and "the semantic web." <strong> is semantic—it describes the text it surrounds (e.g., "this text should be stronger than the rest of the text you've displayed") as opposed to describing how the text it surrounds should be displayed (e.g., "this text should be bold").

更多推荐

&lt; b&gt;与&lt; b&gt;的区别是什么?和&lt; strong&gt;,&lt; i&

本文发布于:2023-09-12 06:27:32,感谢您对本站的认可!
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:区别   lt   amp   gt   em

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!