質問編集履歴

2

2018/09/08 23:02

投稿

tsukasan1986
tsukasan1986

スコア13

test CHANGED
File without changes
test CHANGED
@@ -32,76 +32,76 @@
32
32
 
33
33
  ■HTML
34
34
 
35
+ ```
36
+
37
+ <!DOCTYPE html>
38
+
39
+ <html lang="ja">
40
+
41
+ <head>
42
+
43
+ <meta charset="UTF-8">
44
+
45
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
46
+
47
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
48
+
49
+ <link rel="stylesheet" href="responsive_kadai.css">
50
+
51
+ <title>My HTML Templete</title>
52
+
53
+ </head>
54
+
55
+ <body>
56
+
57
+ <header>
58
+
59
+ <nav class="nav">
60
+
61
+ <a href="#" class="nav nav-logo">ロゴ</a>
62
+
63
+ <ul class="nav nav-ul">
64
+
65
+ <li><a href="#">メニューA</a></li>
66
+
67
+ <li><a href="#">メニューB</a></li>
68
+
69
+ <li><a href="#">メニューC</a></li>
70
+
71
+ </ul>
72
+
73
+ </nav>
74
+
75
+ </header>
76
+
77
+ <main>
78
+
79
+ <div class="content1"></div>
80
+
81
+ <div class="content2">
82
+
83
+ <div class="content2 content2-img"></div>
84
+
85
+ <div class="content2 content2-img"></div>
86
+
87
+ <div class="content2 content2-img"></div>
88
+
89
+ </div>
90
+
91
+ </main>
92
+
93
+ </body>
94
+
95
+ </html>
96
+
97
+ ```
98
+
99
+ ■CSS
100
+
101
+ ```
102
+
35
103
  <code>
36
104
 
37
- <!DOCTYPE html>
38
-
39
- <html lang="ja">
40
-
41
- <head>
42
-
43
- <meta charset="UTF-8">
44
-
45
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
46
-
47
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
48
-
49
- <link rel="stylesheet" href="responsive_kadai.css">
50
-
51
- <title>My HTML Templete</title>
52
-
53
- </head>
54
-
55
- <body>
56
-
57
- <header>
58
-
59
- <nav class="nav">
60
-
61
- <a href="#" class="nav nav-logo">ロゴ</a>
62
-
63
- <ul class="nav nav-ul">
64
-
65
- <li><a href="#">メニューA</a></li>
66
-
67
- <li><a href="#">メニューB</a></li>
68
-
69
- <li><a href="#">メニューC</a></li>
70
-
71
- </ul>
72
-
73
- </nav>
74
-
75
- </header>
76
-
77
- <main>
78
-
79
- <div class="content1"></div>
80
-
81
- <div class="content2">
82
-
83
- <div class="content2 content2-img"></div>
84
-
85
- <div class="content2 content2-img"></div>
86
-
87
- <div class="content2 content2-img"></div>
88
-
89
- </div>
90
-
91
- </main>
92
-
93
- </body>
94
-
95
- </html>
96
-
97
- </code>
98
-
99
-
100
-
101
- ■CSS
102
-
103
- <code>
104
-
105
105
  .nav{
106
106
 
107
107
  width: 100%;
@@ -226,7 +226,7 @@
226
226
 
227
227
  }
228
228
 
229
- </code>
229
+ ```
230
230
 
231
231
 
232
232
 

1

2018/09/08 23:02

投稿

tsukasan1986
tsukasan1986

スコア13

test CHANGED
File without changes
test CHANGED
@@ -32,6 +32,8 @@
32
32
 
33
33
  ■HTML
34
34
 
35
+ <code>
36
+
35
37
  <!DOCTYPE html>
36
38
 
37
39
  <html lang="ja">
@@ -92,10 +94,14 @@
92
94
 
93
95
  </html>
94
96
 
97
+ </code>
98
+
95
99
 
96
100
 
97
101
  ■CSS
98
102
 
103
+ <code>
104
+
99
105
  .nav{
100
106
 
101
107
  width: 100%;
@@ -220,7 +226,7 @@
220
226
 
221
227
  }
222
228
 
223
-
229
+ </code>
224
230
 
225
231
 
226
232