-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from jackKiZhu/master
#47 第2次实验~练习CSS
- Loading branch information
Showing
3 changed files
with
37 additions
and
8 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
p { | ||
color:#36C | ||
} | ||
.table-a { | ||
border:1px solid #F00; | ||
} |