Welcome to the HTML and CSS training repository! This repository is designed to help you learn the fundamentals of HTML and CSS through practical exercises and examples.
This training covers the basics of HTML for structuring web content and CSS for styling it. You'll learn how to create well-structured and visually appealing web pages.
To get started, follow these steps:
- Clone this repository to your local machine:
git clone <repository-url>
- Navigate to the repository directory:
cd html-css-training - Switch between branch to watch all my examples and practices about HTML/CSS
The exercises are located in each branch have prefix example/* or practice/* in the name. Each exercise focuses on a specific aspect of HTML or CSS.
- Exercise 1: Basic HTML Structure
- Create a basic HTML document with a header, paragraph, and list.
- Exercise 2: CSS Styling & Layout
- Apply CSS styles to the HTML elements to change their appearance.
- Use CSS to create a simple page layout with a header, sidebar, and main content area.
- July 8 -> July 10 (3days)
Here are some useful resources for learning HTML and CSS: