HTML标题未显示在Chrome上 [英] HTML Title does not show on chrome

查看:258
本文介绍了HTML标题未显示在Chrome上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

< head>
<标题>我的页面标题</标题>
</head>

为什么这么简单的东西已经在Win-2003 IIS6的组合上使用了多年呢?
和IE;并且也可以在Firefox上正常运行,但不能与chrome兼容吗?

<head>
<Title>My page title</Title>
</head>

why such simple thing that has been working for years on combination of win-2003 IIS6
and IE; and also work okay with Firefox but not with chrome?

推荐答案

对我来说效果很好:Chrome版本23.0.1271.64 m

It works fine for me: Chrome Version 23.0.1271.64 m

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
  <meta http-equiv="content-type" content="text/html; charset=windows-1250">
  <meta name="generator" content="PSPad editor, www.pspad.com">
  <title>My Title</title>
  </head>
  <body>
       My Body
  </body>
</html>

将我的标题"显示为标签标题...

Shows "My Title" as the tab heading...


这篇关于HTML标题未显示在Chrome上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆