HTML HTML 4.01 Transitional
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HTML HTML 4.01 Transitional相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Sample Title</title>
</head>
<body>
</body>
</html>
html HTML Links.html
<!--CSS goes in head-->
<!-- Links CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<!-- Links Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!--jQuery and Javascript goes on bottom-->
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-2.2.1.min.js"></script>
<!-- Javascript -->
<script type="text/javascript" src="assets/javascript/logic.js"></script>
以上是关于HTML HTML 4.01 Transitional的主要内容,如果未能解决你的问题,请参考以下文章
html HTML 4.01严格模板[已弃用]
html xHTML 4.01 Transitional
HTML 4.01 与 HTML 5 download 属性之间的差异
html5与html 4.01的区别 doctype几种分类及其不同
在 Django 中使用有效的 HTML 4.01 Strict
为啥 <iframe> 元素在 HTML 4.01 中无效?