We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527b272 commit 7d6836bCopy full SHA for 7d6836b
docs/1-trial-session/03-javascript/index.mdx
@@ -71,7 +71,7 @@ document.write("Hello World3");
71
72
:::tip
73
74
-改行が表示されず困っていますか?`document.write`は HTML タグを出力できます。`<br>`を用いたり、`p`タグで囲んでみたりしてみましょう。
+改行が表示されず困っていますか?`document.write` 関数で出力したテキストは、HTMLとして解釈されます。`br` 要素や `p` 要素を使いましょう。
75
76
:::
77
0 commit comments