码迷,mamicode.com
首页 > Web开发 > 详细

HTML小模板

时间:2014-11-29 21:29:58      阅读:238      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   http   io   ar   color   sp   java   

留个底,有时候需要拷贝下。

<!DOCTYPE html>
<html lang="zh-cn"><head>
<meta http-equiv="content-type" content="text/html; charset=gbk">
<meta charset="gbk">
  <title> New Document </title>
  <meta name="Generator" content="EditPlus">

  <meta name="Author" content="">
  <meta name="Keywords" content="">
  <meta name="Description" content="">
 </head>

 <body onload="start()">
    山高月小 水落石出
 </body>
</html>
<script type="text/javascript">
<!--

function start(){
    log("世上无难事只怕有心人");
}

function log(text){
    if(typeof(console) !== undefined && console && console.log){
        console.log(text);
    }else{
        alert(text);
    }
}
//-->
</script>

 

HTML小模板

标签:des   style   blog   http   io   ar   color   sp   java   

原文地址:http://www.cnblogs.com/xiandedanteng/p/4131853.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!