JSP文件头的东西

<!-- Docytype 文档类型,用于指定dtd(说明当前这个html文件遵循是的是什么版本) -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>css1l.html</title>
    <!-- 用于所搜引擎的关键字 -->
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <!-- 描述 -->
    <meta http-equiv="description" content="this is my page">
    <!-- 告诉浏览器文件是什么编码 -->
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <!-- 引入CSS文件 -->
    <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->

  </head>

 

posted on 2013-04-18 11:46  bbooxx  阅读(473)  评论(0)    收藏  举报

导航