Skip to content

Commit

Permalink
Merge pull request #439 from ut-code/fix-excursion-exercise
Browse files Browse the repository at this point in the history
Fix excursion exercise
  • Loading branch information
chvmvd authored Oct 12, 2023
2 parents 91f3adc + c8931eb commit 474b873
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Title</title>
</head>
<body>
<div>遠足の持ち物</div>
<h1>遠足の持ち物</h1>
<ul>
<li><strong>お弁当</strong></li>
<li>水筒</li>
Expand Down
Binary file modified docs/1-trial-session/02-html/easier-task-sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions docs/1-trial-session/02-html/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,15 @@ html <Term type="element">要素</Term>の直属の子<Term type="element">要

単一の HTML ファイルのみを使用して、遠足の持ち物リストを作成してみましょう。お弁当は何よりも重要なので太字にしましょう。

<ViewSource url={import.meta.url} path="_samples/travel-list" />

![簡単な課題の例](./easier-task-sample.png)

### ヒント

箇条書きを作るときに、そのまま「・」を打ってはいけません。分からなければ Google で「HTML 箇条書き」と検索してみましょう。
箇条書きを作るときには、単に「・」と書くのではなく箇条書き用のタグを使います。「HTML 箇条書き」などと検索してみましょう。

### 解答例

<ViewSource url={import.meta.url} path="_samples/excursion" />

## 課題 (時間が余った場合)

Expand Down

0 comments on commit 474b873

Please sign in to comment.