-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiv.html
More file actions
100 lines (98 loc) · 3.81 KB
/
div.html
File metadata and controls
100 lines (98 loc) · 3.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html>
<head>
<base href="http://www.runoob.com" target="_blank">
<link rel="stylesheet" type="text/css" href="mystyle.css">
<style type="text/css">
body{
background-color:paleturquoise;
}
p {
color:black
}
</style>
<meta charset="utf-8">
<meta name="keywords" content="日常生活, 質問, 依頼">
<meta name="description" content="日常生活の様々なことに関する質問箱・依頼プラットフォーム">
<meta name="author" content="Group K">
<meta http-equiv="refresh" content="30">
<title>【div】日常生活の質問箱</title>
</head>
<body>
<div id="container" style="width:500px;"></div>
<div id="header" style="background-color:paleturquoise;">
<h1>質問をする</h1></div>
<div id="menu" style="background-color:#FFD700;height:2000px;width:150px;float:left">
<b>Menu</b><br><br>
<b>Profile</b><br><br>
<b>Hot Quesitons</b><br>
</div>
<div id="content" style="height: 200px;width:500px;float:left;">
<h2 style="font-family:verdana;color:blue;font-size:25;">ジャンル:food</h2>
<h3>ユーザー名:hoge</h3>
<p>ログインをしてください</p>
<form>
ユーザー名:<input type="text" name="user_id"><br>
パスワード:<input type="password" name="password"><br>
<input type="submit" value="OK" style="text-align:center;"><br>
</form>
<p style="font-size:12px;">アカウントがありませんか? アカウントを作成</p>
<p>アカウントを作成</p>
<form>
ユーザー名 :<input type="text" name="user_id"><br>
パスワード :<input type="password" name="password"><br>
パスワード(確認用):<input type="password" name="password"><br><br>
<p>利用規約及びプライバシーポリシーに同意する</p>
<input type="checkbox" name="agree" value="agree">同意する<br>
<input type="radio" name="agree" value="agree">同意する(テスト用)<br>
<input type="submit" value="確認画面へ"><br><br>
</form>
<iframe loading="lazy" src="https://en.wikipedia.org/wiki/Main_Page" width="600" height="400"></iframe>
<p>質問を入力してください。</p>
<form>
質問のタイトル:<input type="text" name="title of question"><br>
本文 :<input type="text" name="body of question"><br>
<input type="submit" value="確認画面へ"><br><br>
</form>
<table border="1">
<tr>
<tr>
<th>Atrribution</th>
<th>value</th>
</tr>
<td>your tokens</td>
<td>30,000</td>
</tr>
<tr>
<td>your rank</td>
<td>Level 19</td>
</tr>
</table>
<br>
<script>
document.write("投稿する際は、個人情報の流出に注意してください");
</script>
<noscript>申し訳ございません。ご使用中のブラウザはjavascriptをサポートしていないため、コンテンツを表示できません。</noscript>
<p style="text-align:center;">注意</p>
<hr>
<ul>
<li style="text-align:center">質問に回答してくれた方の回答の閲覧には<br>10トークンかかります。</li>
<li style="text-align:center">かかる報酬は、回答者のランクによって変化します(以下参照)</li>
</ul>
<ol>
<li>100トークン</li>
<li>2000トークン</li>
</ol>
<dl>
<dt>Rank3</dt>
<dd>- 10000トークン</dd>
<dt>Rank4</dt>
<dd>- 20000トークン</dd>
</dl>
<hr>
<a href="https://www.runoob.com" target="_blank" rel="noopener noreferrer">Back</a>
</div>
<div id="footer" style="background-color: paleturquoise;text-align:center;clear:both">
©Group K</div>
</body>
</html>