This project is a beginner-friendly HTML & CSS Tutorial designed to help learners understand the fundamentals of building websites. It covers the basics of HTML structure, elements, and attributes, ...
1. cd html_css_beginner_task → 課題ディレクトリへ移動する 2. git branch → 現在のブランチを確認する ※現在のブランチが develop 以外の場合には、git checkout develop コマンドで develop ブランチへ移動してください 3. git checkout -b # {開発元ブランチ} → 開発元ブランチを作成する 4.