質問編集履歴
1
更新
title
CHANGED
File without changes
|
body
CHANGED
@@ -16,4 +16,23 @@
|
|
16
16
|
・ソースファイルすべて選択(ctrl+a)を押してから、shift+alt+fショートカットキー押しても何も変わらない。
|
17
17
|
|
18
18
|
【質問】
|
19
|
-
以上の状況から何か原因がわかる方、ご教授お願いします。
|
19
|
+
以上の状況から何か原因がわかる方、ご教授お願いします。
|
20
|
+
|
21
|
+
【追記】
|
22
|
+
```html
|
23
|
+
<!DOCTYPE html>
|
24
|
+
<head>
|
25
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
|
26
|
+
</head>
|
27
|
+
<style type="text/css">
|
28
|
+
h1{
|
29
|
+
text-align: center;
|
30
|
+
margin-top: 100px;
|
31
|
+
}
|
32
|
+
</style>
|
33
|
+
<body>
|
34
|
+
<h1>senpai,notice me!</h1>
|
35
|
+
</body>
|
36
|
+
</html>
|
37
|
+
|
38
|
+
```
|