Skip to content

Commit 167f8e6

Browse files
committed
更新readme
1 parent 04c5fb0 commit 167f8e6

File tree

7 files changed

+45
-2
lines changed

7 files changed

+45
-2
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>画布学习</title>
6+
<style type="text/css">
7+
canvas{
8+
border: 1px solid black;
9+
}
10+
</style>
11+
<script type="text/javascript" src="tweetshirt.js"></script>
12+
</head>
13+
<body>
14+
<canvas width="600" height="200" id="tshirtCanvas">
15+
<p>You need canvas to use Tweetshirt!</p>
16+
<p>This example requires a browser that supports the
17+
<a href="http://www.w3.org/html/wg/html5/">HTML5</a>
18+
&lt;canvas&gt; feature.</p>
19+
</canvas>
20+
21+
<form>
22+
<p>
23+
<label for="backgroundColor">选择背景颜色:</label>
24+
<select id="backgroundColor">
25+
<option value="white" selected="selected">White</option>
26+
<option value="black">Black</option>
27+
</select>
28+
</p>
29+
<p>
30+
<label for="shape">园还是正方形?</label>
31+
32+
</p>
33+
</form>
34+
</body>
35+
</html>

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# HTML5-CSS-JAVASCRIPT
2-
这是我学前段的一些Demo和总结
2+
iOS原生代码与html5交互
33

44
##学习Head First html&css的总结
55

@@ -62,4 +62,12 @@
6262

6363
第三章:javascript的一些基础用法。
6464

65-
第四章:
65+
第四章:goole map api定位使用
66+
67+
第五章:
68+
69+
第六章:xmlhttprequest使用。
70+
71+
第七章: carvous画布基本使用。画园、画矩形、画文字、话图片
72+
73+

gif/1.gif

293 KB
Loading

gif/2.gif

320 KB
Loading

gif/3.gif

667 KB
Loading

0 commit comments

Comments
 (0)