html xHTML 4.01 Transitional

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html xHTML 4.01 Transitional相关的知识,希望对你有一定的参考价值。

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <title>xHTML 4.01 Transitional</title>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js" type="text/javascript"></script>
  <script type="text/javascript">
    jQuery.noConflict();(function($){$(function(){
          /**
           * More code using $ as alias to jQuery
           */
          $('title').text('xHTML 4.01 Transitional');
    });})(jQuery);
    
  </script>
</head>
<body>
  <div class="content">
  </div>
</body>
</html>

以上是关于html xHTML 4.01 Transitional的主要内容,如果未能解决你的问题,请参考以下文章

smarty实例

HTML5是啥东西?

什么是dtd文件,为什么需要

使用任何PHP循环从数据库表创建多个html表

HTML HTML 4.01 Transitional

HTML HTML 4.01严格