Repository dedicated to HTML5, CSS, and basic JavaScript studies, including exercises, reference materials, and responsive page implementations.
This project is a centralized workspace to practice and consolidate front-end fundamentals:
- Semantic HTML5 structure
- CSS styling and layout (Flexbox, Grid)
- Responsive design techniques
- Introductory JavaScript interactions
- Hands-on exercises and course materials
/
├── Exercícios/ # Practice exercises
├── Referência-html-css-master/ # Reference materials
├── Responsive personal page/ # Responsive layout example
├── aluramidi-curso-arquivos-iniciais/ # Course starter files (Alura)
├── index.html # Entry HTML file
└── README.md
git clone https://github.com/jpdosher/HTML5_CSS.git
cd HTML5_CSSYou can open any .html file directly in your browser, or use a local development server.
- Install the Live Server extension
- Right-click
index.html - Select Open with Live Server
- Review
index.htmlto understand the base structure - Explore
Referência-html-css-masterfor concepts and examples - Practice with files inside
Exercícios - Analyze
Responsive personal pagefor responsive layout techniques - Extend functionality using JavaScript
A deployed version of this project is available via Vercel (see repository description).
- Consolidate front-end learning in a single repository
- Version and track exercises and experiments
- Build a reusable knowledge base
- Improve practical HTML, CSS, and JavaScript skills
This project is licensed under the MIT License.