質問編集履歴
1
HTMLコードの訂正
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,7 +20,33 @@
|
|
20
20
|
|
21
21
|
|
22
22
|
|
23
|
-
<
|
23
|
+
<!DOCTYPE>
|
24
|
+
|
25
|
+
<html lang="ja">
|
26
|
+
|
27
|
+
<head>
|
28
|
+
|
29
|
+
<meta charset="uft-8">
|
30
|
+
|
31
|
+
<title>1-1</title>
|
32
|
+
|
33
|
+
<meta name="viewport" content="width=device-width,initial-scale=1">
|
34
|
+
|
35
|
+
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
36
|
+
|
37
|
+
<link rel="stylesheet" href="css/stylesheet.css">
|
38
|
+
|
39
|
+
<link rel="stylesheet" href="css/res.css">
|
40
|
+
|
41
|
+
</head>
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
<body>
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
<header>
|
24
50
|
|
25
51
|
<div class="container-custom">
|
26
52
|
|