外部文件连接:<link rel ="stylesheet" type=""text/css" href="demo.css"/>

内联CSS:<style type="text/css">

        a:link img{

            filter:gray;

          }

        a:hover img{

            filter:"";

          }

      </style>

 

html规范:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
编码格式:<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
PHP文件乱码:header("Content-type:text/html;charset=utf-8");
json格式化:header("Content-type:text/json;charset=utf-8");

 

 

相关文章:

  • 2022-01-24
  • 2021-07-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2022-02-22
  • 2021-06-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2021-08-31
  • 2021-09-15
相关资源
相似解决方案