File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,34 @@ <h4>見出し:h4</h4>
6565 < li > 大河くるみ</ li >
6666 < li > 亀井美嘉</ li >
6767 </ ol >
68+
69+ < section >
70+ < h2 > 見出し:h2</ h2 >
71+ < p > めちゃ×2フライデーでは東西南北に行ってほしい観光スポットを募集しています!</ p >
72+ < p > 下記のフォームから各項目を記入して投稿してください。</ p >
73+ < form >
74+ < label for ="name "> 名前</ label >
75+ < input type ="text " name ="name " id ="name " value ="" />
76+ < label for ="nickname "> ニックネーム</ label >
77+ < input type ="text " name ="nickname " id ="nickname " value ="" />
78+ < fieldset >
79+ < legend > 行きたい方角</ legend >
80+ < input type ="checkbox " name ="direction " id ="east " value ="east " />
81+ < label for ="east "> 東</ label >
82+ < input type ="checkbox " name ="direction " id ="west " value ="west " />
83+ < label for ="west "> 西</ label >
84+ < input type ="checkbox " name ="direction " id ="south " value ="south " />
85+ < label for ="south "> 南</ label >
86+ < input type ="checkbox " name ="direction " id ="north " value ="north " />
87+ < label for ="north "> 北</ label >
88+ </ fieldset >
89+ < label for ="comment "> コメント</ label >
90+ < textarea name ="comment " id ="comment "> </ textarea >
91+ < input type ="checkbox " name ="agreement " id ="agreement " value ="agreement " />
92+ < label for ="agreement "> < a href ="# "> プライバシーポリシー</ a > に同意する</ label >
93+ < button type ="submit "> 投稿</ button >
94+ </ form >
95+ </ section >
6896 </ main >
6997
7098 < aside >
You can’t perform that action at this time.
0 commit comments