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

html+css1(标签样式)

时间:2017-05-07 15:42:34      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:样式   tab   student   type   div   code   css   名称   信息   

id:用id属性来为标签提供唯一的名称,这个就像我们每个人都有一个身份证号,这个身份证号是唯一标识我们的身份的,也是必须唯一的。

    <div id="student">学生信息</div>

css样式

<style type="text/css">
table tr td,th{border:1px solid #000;}
</style>

html+css1(标签样式)

标签:样式   tab   student   type   div   code   css   名称   信息   

原文地址:http://www.cnblogs.com/dayuruozhi/p/6820868.html

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