这里字体大小-2是什么意思?

发布于 2024-07-30 08:11:22 字数 112 浏览 5 评论 0原文

我从网站的源代码中看到这一点:

<font size="-2">@2009 </font>

当大小为负数时意味着什么?

I see this from source code of a web site:

<font size="-2">@2009 </font>

What does it mean when size is negative?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

夏天碎花小短裙 2024-08-06 08:11:22

这是一种已弃用的标记样式。 没有人应该再使用它

回到过去,在 CSS 出现之前,您可以使用 标签来控制页面上文本的相对大小。 “-2”仅表示比基本字体大小小两倍的大小。

如果我没记错的话,第一代浏览器中的字体大小范围为 1 到 7。

That is a deprecated style of markup. Nobody should be using it anymore.

Back in the old days, before CSS, you could use the <font> tag to control the relative size of text on the page. A "-2" simply meant two sizes smaller than your base font size.

Font sizes ranged from 1 to 7 in first generation browsers, if I recall correctly.

那些过往 2024-08-06 08:11:22

这意味着@2009的字体大小相对于其周围的内容应该是-2个单位(即小2个单位)。

It means the font size of @2009 should be -2 units (i.e. 2 units smaller) relative to the content around it.

心房的律动 2024-08-06 08:11:22

这意味着比浏览器中的默认文本大小小两个刻度。

It means two notches smaller than the default text size in the browser.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文