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

HTML格式基础

时间:2016-11-07 20:00:47      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:html文档格式

<html>

  <head>

    <style type="text/css">  

      .class{color:red;}  类选择器

      #id {color:red;} id选择器

      #id p{} id元素下面的所有p标签

      #id >p{} 直属下层的p

      #test +p{} 同级下一个p

       

    <style>

    <link rel="stylesheet" type="text/css" href=""/> 外部样式

    <script type="text/javascript">

    </script>

    <script type="text/javascript" src=""></script> 外部js

  </head>

  <body> 

  </body>

</html>


(function(){})()  自执行函数,页面加载自动会先执行函数

字符处理:obj.trim 去掉空格

obj.charAt()找到字符串的第几个字符

obj.lenth()长度

切割字符串 obj.substring()



HTML格式基础

标签:html文档格式

原文地址:http://9408347.blog.51cto.com/9398347/1870296

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