File tree Expand file tree Collapse file tree 7 files changed +45
-2
lines changed
Head First html5 programming学习代码/第七章
JS_OjbC_Interaction/JS_OjbC_Interaction_Demo.xcodeproj/project.xcworkspace/xcuserdata/huangchengdu.xcuserdatad
OC与JS相互调用经典实例/NativeJsWebView.xcodeproj/project.xcworkspace/xcuserdata/huangchengdu.xcuserdatad Expand file tree Collapse file tree 7 files changed +45
-2
lines changed Original file line number Diff line number Diff line change
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
+ <canvas> 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 >
Original file line number Diff line number Diff line change 1
1
# HTML5-CSS-JAVASCRIPT
2
- 这是我学前段的一些Demo和总结
2
+ iOS原生代码与html5交互
3
3
4
4
##学习Head First html&css的总结
5
5
62
62
63
63
第三章:javascript的一些基础用法。
64
64
65
- 第四章:
65
+ 第四章:goole map api定位使用
66
+
67
+ 第五章:
68
+
69
+ 第六章:xmlhttprequest使用。
70
+
71
+ 第七章: carvous画布基本使用。画园、画矩形、画文字、话图片
72
+
73
+
You can’t perform that action at this time.
0 commit comments