質問編集履歴

2

文法の修正

2019/07/04 07:43

投稿

jadey5
jadey5

スコア14

test CHANGED
File without changes
test CHANGED
@@ -7,8 +7,6 @@
7
7
  <meta charset="UTF-8">
8
8
 
9
9
  <title>ここにタイトル</title>
10
-
11
- <link href="css/reset.css" rel="stylesheet" type="text/css">
12
10
 
13
11
  <link href="practice.css" rel="stylesheet" type="text/css">
14
12
 

1

不要なコードの削除

2019/07/04 07:42

投稿

jadey5
jadey5

スコア14

test CHANGED
File without changes
test CHANGED
@@ -11,8 +11,6 @@
11
11
  <link href="css/reset.css" rel="stylesheet" type="text/css">
12
12
 
13
13
  <link href="practice.css" rel="stylesheet" type="text/css">
14
-
15
- <script type="text/javascript" src="practice.js"></script>
16
14
 
17
15
  </head>
18
16
 
@@ -31,8 +29,6 @@
31
29
  </div>
32
30
 
33
31
  <script>
34
-
35
- alert('hello');
36
32
 
37
33
  $(function(){
38
34