使用 weblogic 验证 html 4.01 标签

发布于 2024-08-15 13:31:16 字数 302 浏览 4 评论 0原文

我需要验证 html 4.01 过渡中的 Web 应用程序。在我的项目中,我正在 sculpts/head.jsp 上添加元标记。问题是我想添加标签,例如:

<meta name="robots" content="follow">

没有封闭标签。文档类型在 sculpture.xml 上定义为 HTML 4.01 Transitional。但是,当删除斜杠时,如果不存在结束标记,WorkShop Framework (Eclipse) 将失败。

我必须在 head.js 中放置元标记吗?

I need to validate a web application in html 4.01 transitional. In my project im working on skeletons/head.jsp to add meta tags. The problem is that i want to add tags like:

<meta name="robots" content="follow">

without the enclosing tag. And the document type is defined on skeleton.xml as HTML 4.01 Transitional. But when erase the slash the WorkShop Framework (Eclipse) fails if no exist ending tag.

It's the head.js where I have to put the meta tags?

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

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

发布评论

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

评论(1

尬尬 2024-08-22 13:31:16

“但是当删除斜杠时,程序失败。”

我对WebLogic不熟悉,但是当你说“程序失败”时,你的意思是你的网站停止工作了吗?或者生成的 HTML 页面无法验证?

“But when erase the slash the program fails.”

I’m not familiar with WebLogic, but when you say “the program fails”, do you mean your website stops working? Or the resulting HTML page doesn’t validate?

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