質問編集履歴

1

もっと適切なタグがあったので変更した。

2019/12/16 02:04

投稿

moriman
moriman

スコア615

test CHANGED
File without changes
test CHANGED
@@ -11,3 +11,33 @@
11
11
  /Users/userno1/desktop/sample.html
12
12
 
13
13
  と入力したら、↑で検索されて結果が出てしまいました。
14
+
15
+
16
+
17
+ 追記:sample.htmlは、
18
+
19
+
20
+
21
+ <html>
22
+
23
+ <head>
24
+
25
+ </head>
26
+
27
+ <body>
28
+
29
+ <h1>hello, world</h1>
30
+
31
+ <script>
32
+
33
+ console.log(“console,helloWorld!!”)
34
+
35
+ </script>
36
+
37
+ </body>
38
+
39
+ </html>
40
+
41
+
42
+
43
+ なのですが、上記のhtmlタグを丸々表示するのではなくて、hello,worldのみ表示させてjavascriptを動かしたい場合どうすれば良いでしょうか?