質問編集履歴

1

HTMLの追加

2017/07/01 13:33

投稿

44shito
44shito

スコア14

test CHANGED
File without changes
test CHANGED
@@ -17,3 +17,95 @@
17
17
  nav{margin:0;padding: 10px 10px;position: relative;float:left;width: 280px;height: auto;}
18
18
 
19
19
  footer{margin: 0; padding: 10px 10px;position: relative;clear: both;}
20
+
21
+
22
+
23
+ HTML
24
+
25
+ <!DOCTYPE html>
26
+
27
+ <html lang="ja">
28
+
29
+ <head>
30
+
31
+ <meta charset="UTF-8">
32
+
33
+ <script src = "js/analogClock.js"></script>
34
+
35
+ <script src = "js/myscript.js"></script>
36
+
37
+
38
+
39
+ <link rel="stylesheet" href="css/mystyle.css">
40
+
41
+ <tatile>情報メディア総合演習</tatile>
42
+
43
+ <!--第2回no1-->
44
+
45
+ </head>
46
+
47
+ <body>
48
+
49
+ <div id="container">
50
+
51
+ <header>
52
+
53
+ 人口置換水準
54
+
55
+ </header>
56
+
57
+ <main>
58
+
59
+ <iframe id ="iframeVideo"title="Youtube video player"width="640"height="510"
60
+
61
+ src="https://www.youtube.com/embed/D0mQAzuE7mM"
62
+
63
+ frameborder="0"allowfullscreen>
64
+
65
+ </iframe><!--元の動画-->
66
+
67
+ 人口が増減しない均衡した状態となる水準を人口置換水準または合計特殊出生率という。
68
+
69
+ 若年期の死亡率が低下すると人口が減りにくくなるので、この水準値は減少する。
70
+
71
+ 2015年の日本の人口置換水準は2.07である。一人の女性が産む子供の数の平均が2.07人であるということである。
72
+
73
+ </main>
74
+
75
+
76
+
77
+ <nav>
78
+
79
+ <canvas id ="tokei" width="250"height="250"></canvas>
80
+
81
+
82
+
83
+ <button class="videoButton"onclick="playTheVideo('D0mQAzuE7mM')">置換水準
84
+
85
+ </button>
86
+
87
+ <button class="videoButton"onclick="playTheVideo('X4wSs4lJoMc')">平均寿命
88
+
89
+ </button>
90
+
91
+ <button class="videoButton"onclick="playTheVideo('PEI7CP747Bw')">平均年齢
92
+
93
+ </button>
94
+
95
+
96
+
97
+ </nav>
98
+
99
+
100
+
101
+ <footer>
102
+
103
+ </footer>
104
+
105
+ </div><!--end id = container-->
106
+
107
+
108
+
109
+ </body>
110
+
111
+ </html>