Skip to content

Commit

Permalink
Merge pull request #49 from jackKiZhu/master
Browse files Browse the repository at this point in the history
#47 第2次实验~练习CSS
  • Loading branch information
zengsn authored Sep 27, 2017
2 parents ea48e31 + 7520669 commit d2ee518
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 8 deletions.
8 changes: 0 additions & 8 deletions 1517060342/frist.html

This file was deleted.

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 d2ee518

Please sign in to comment.