qinche

--学习测试新的css,js,经常用到test.html,在这里放一个:

 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 2  <%@ page language="java" contentType="text/html;charset=UTF-8" %>
 3    <head>   
 4      <title>演示demo</title>  
 5      <link rel="stylesheet" type="text/css" href="../css/mycss.css"> 
 6    </head>  
 7  <body>
 8  <center>
 9  下面是导航演示
10  </center> 
11 <div id=""> 
12 </div>
13  
14  
15  <style type="text/css"> 
16  /*用css注释  */
17 
18 </style>
19   </body>
20  </html>
View Code

--效果图:

分类:

技术点:

相关文章:

  • 2021-10-08
  • 2021-11-02
  • 2021-11-02
  • 2021-11-02
  • 2021-11-02
  • 2021-06-03
  • 2021-11-08
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2022-01-13
  • 2021-11-04
  • 2022-12-23
  • 2021-07-13
相关资源
相似解决方案