質問編集履歴

3

cha

2017/03/28 06:39

投稿

lastsasurai
lastsasurai

スコア12

test CHANGED
File without changes
test CHANGED
@@ -62,4 +62,4 @@
62
62
 
63
63
 
64
64
 
65
- [http://jquery.com/download/](http://http://jquery.com/download/)
65
+ [リンク内容](http://jquery.com/download/])

2

cha

2017/03/28 06:39

投稿

lastsasurai
lastsasurai

スコア12

test CHANGED
File without changes
test CHANGED
@@ -14,31 +14,43 @@
14
14
 
15
15
 
16
16
 
17
- <!DOCTYPE html>
17
+ ```html
18
18
 
19
- <html lang="ja">
19
+ <!DOCTYPE html>
20
20
 
21
- <head>
21
+ <html lang="ja">
22
22
 
23
- <meta charset="utf-8">
23
+ <head>
24
24
 
25
- <title>jQueryの練習</title>
25
+ <meta charset="utf-8">
26
26
 
27
- </head>
27
+ <title>jQueryの練習</title>
28
28
 
29
- <body>
29
+ </head>
30
30
 
31
- <p>jQueryの練習</p>
31
+ <body>
32
32
 
33
- <script> src="https://code.jquery.com/jquery-3.2.0.min.js"></script>
33
+ <p>jQueryの練習</p>
34
34
 
35
- <script>
35
+ <script> src="https://code.jquery.com/jquery-3.2.0.min.js"></script>
36
36
 
37
- $(function() {
37
+ <script>
38
38
 
39
- $('p').css('color' , 'red');
39
+ $(function() {
40
40
 
41
+ $('p').css('color' , 'red');
42
+
41
- });
43
+ });
44
+
45
+
46
+
47
+ </script>
48
+
49
+ </body>
50
+
51
+ </html>
52
+
53
+ ```
42
54
 
43
55
 
44
56
 

1

change

2017/03/28 06:38

投稿

lastsasurai
lastsasurai

スコア12

test CHANGED
File without changes
test CHANGED
@@ -50,4 +50,4 @@
50
50
 
51
51
 
52
52
 
53
- http://jquery.com/download/
53
+ [http://jquery.com/download/](http://http://jquery.com/download/)