Skip to content

Commit

Permalink
hzuapps#47 第2次实验~练习CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
ST authored and ST committed Sep 27, 2017
1 parent 836e844 commit cac5a33
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
31 changes: 31 additions & 0 deletions 1517060342/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<html>
<link rel="stylesheet" href="style.css">
<title>1517060342</title>
<body>
<p>测试</p>
<img src=https://www.baidu.com/img/bd_logo1.png>
<a href="http://www.baidu.com" style="color:red;">百度</a>
<div class="test" style="color:#999">
测试
</div>
<div class="table-a">
<table width="400" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="105">站名</td>
<td width="181">网址</td>
<td width="112">说明</td>
</tr>
<tr>
<td>安卓小程序站</td>
<td>www.weixinapp.com</td>
<td>小程序学习</td>
</tr>
<tr>
<td>html</td>
<td>css</td>
<td>js</td>
</tr>
</table>
</div>
</body>
</html>
6 changes: 6 additions & 0 deletions 1517060342/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
p {
color:#36C
}
.table-a {
border:1px solid #F00;
}

0 comments on commit cac5a33

Please sign in to comment.