質問編集履歴
6
情報追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,6 +12,8 @@
|
|
12
12
|
|
13
13
|
```html
|
14
14
|
|
15
|
+
<!—修正依頼、ご指摘、編集済みです—->
|
16
|
+
|
15
17
|
<!DOCTYPE html>
|
16
18
|
<html>
|
17
19
|
<head>
|
@@ -32,15 +34,16 @@
|
|
32
34
|
```
|
33
35
|
|
34
36
|
```css
|
37
|
+
/*修正依頼、ご指摘、編集済みです*/
|
35
38
|
|
36
39
|
@charset "UTF-8";
|
37
40
|
|
38
|
-
|
41
|
+
body{
|
39
|
-
|
42
|
+
background-color:#dddddd;
|
40
43
|
}
|
41
44
|
|
42
45
|
h1{
|
43
|
-
|
46
|
+
background-color:3#dddddd;
|
44
47
|
}
|
45
48
|
|
46
49
|
```
|
5
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,11 +12,11 @@
|
|
12
12
|
|
13
13
|
```html
|
14
14
|
|
15
|
-
<!
|
15
|
+
<!DOCTYPE html>
|
16
|
-
<
|
16
|
+
<html>
|
17
17
|
<head>
|
18
18
|
|
19
|
-
<meta
|
19
|
+
<meta charset="utf-8">
|
20
20
|
<title>peage</title>
|
21
21
|
<link rel="stylesheet" href="Test.css">
|
22
22
|
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<h1>hello world</h1>
|
28
28
|
|
29
29
|
</body>
|
30
|
-
</
|
30
|
+
</html>
|
31
31
|
|
32
32
|
```
|
33
33
|
|
4
質問内容の変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
2
|
|
3
|
-
HTMLにcss
|
3
|
+
HTMLにcss適応させたいです
|
4
4
|
|
5
5
|
### 発生している問題・エラーメッセージ
|
6
6
|
|
7
7
|
```
|
8
|
-
htmlにcss
|
8
|
+
htmlにcssが適応されれません
|
9
9
|
```
|
10
10
|
|
11
11
|
### 該当のソースコード
|
3
Cssコードの変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -40,7 +40,7 @@
|
|
40
40
|
}
|
41
41
|
|
42
42
|
h1{
|
43
|
-
Background-color:
|
43
|
+
Background-color:3#dddddd;
|
44
44
|
}
|
45
45
|
|
46
46
|
```
|
2
Cssコードの変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
Body{
|
39
39
|
Background-Color:#dddddd;
|
40
40
|
}
|
41
|
-
|
41
|
+
|
42
42
|
h1{
|
43
43
|
Background-color:Red;
|
44
44
|
}
|
1
Cssソースコードの変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -33,7 +33,7 @@
|
|
33
33
|
|
34
34
|
```css
|
35
35
|
|
36
|
-
|
36
|
+
@charset "UTF-8";
|
37
37
|
|
38
38
|
Body{
|
39
39
|
Background-Color:#dddddd;
|