Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions CSS/test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<div class="main">
<div class="portfolio">
<h1>ポートフォリオだよ</h1>
<h1>テストだよテストだよテストだよ</h1>
</div>

<div class="whoami">
Expand All @@ -29,4 +29,4 @@ <h2>contactアクセス</h2>
</div>
</div>
</body>
</html>
</html>
4 changes: 4 additions & 0 deletions HTML/html1.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ divとの違いとして、`<div>` はブロック要素(前後に改行がは

[練習してみよう(英語サイト)](https://www.w3schools.com/html/exercise.asp?filename=exercise_html_tables1)

## おすすめのサイト
[CodeSandbox](https://codesandbox.io/) … HTMLの他にも、色々な言語を試せるので、ちょっとした練習とかにおすすめ。
[W3Schools](https://www.w3schools.com/) … HTMLやCSS、Javascriptとかの勉強にお勧めです。英語のサイトになりますが、多分この程度のレベルの英語なら読めるんじゃないかなと思います。


[CSS Handsonへ進む](https://github.com/CIST-LT-CLUB/HTML_CSS_JavaScript_Handson/blob/master/CSS/css1.md)
[最初に戻る](https://github.com/CIST-LT-CLUB/HTML_CSS_JavaScript_Handson/blob/master/README.md)
Expand Down