Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/1-trial-session/02-html/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Web 開発に必ず用いられる言語があります。<Term type="html" stro

## <Term type="html">HTML</Term> を書き始める

エディタの画面左端には、ファイル一覧が表示されています。新しいファイルを作成して、`index.html` と名付けましょう。ファイルの中身を次のようにした後、保存します。保存にはショートカットキー ( `Cmd / Ctrl + S` ) を用いてください。
VS Code の画面左端には、ファイル一覧が表示されています。新しいファイルを作成して、`index.html` と名付けましょう。ファイルの中身を次のようにした後、保存します。保存にはショートカットキー ( `Cmd / Ctrl + S` ) を用いてください。

```html title="index.html"
<!doctype html>
Expand Down