質問編集履歴

3

修正

2023/06/09 06:36

投稿

bixidamakororo
bixidamakororo

スコア2

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- ```### 実現したいこと
1
+ ### 実現したいこと
2
2
 
3
3
  radioボタンの左の丸い部分が表示されない。
4
4
 

2

コードを見やすく編集

2023/06/09 06:35

投稿

bixidamakororo
bixidamakororo

スコア2

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- ### 実現したいこと
1
+ ```### 実現したいこと
2
2
 
3
3
  radioボタンの左の丸い部分が表示されない。
4
4
 
@@ -8,11 +8,13 @@
8
8
 
9
9
  ### 該当のソースコード
10
10
 
11
- html
11
+ ```html
12
12
  <form action="" method="post" name="form">
13
13
  <label><input class="form-radio" type="radio" name="consultation" value="that" checked>〇〇について</label>
14
14
  <label><input class="form-radio" type="radio" name="consultation" value="other">その他ご相談</label>
15
15
  </form>
16
+ ```
17
+
16
18
 
17
19
  css
18
20
  なし

1

誤字修正

2023/06/09 06:31

投稿

bixidamakororo
bixidamakororo

スコア2

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  html
12
12
  <form action="" method="post" name="form">
13
- <label><input class="form-radio" type="radio" name="consultation" value="nyuuen" checked>入園について</label>
13
+ <label><input class="form-radio" type="radio" name="consultation" value="that" checked>〇〇について</label>
14
14
  <label><input class="form-radio" type="radio" name="consultation" value="other">その他ご相談</label>
15
15
  </form>
16
16