Skip to content

This repository contains my HTML exercises, assignments, and projects from frontend development training

Notifications You must be signed in to change notification settings

dDevAhmed/frontend_development_html_course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Development HTML Course

Welcome to my Frontend Development HTML Course repository! This repository is where I will be posting my class activities, projects, and exercises as I improve my HTML skills.

Table of Contents

Course Overview

This repository is part of my journey to learn the fundamentals of HTML (HyperText Markup Language), the standard language for creating web pages. Whether you're a fellow student or an experienced developer, feel free to browse through my work and follow along as I learn and grow.

Course Structure

The course is divided into several modules, each focusing on different aspects of HTML:

  1. Introduction to HTML: Basics of HTML, elements, and attributes.
  2. HTML Document Structure: Understanding the structure of an HTML document.
  3. Text and Formatting: Adding and styling text in HTML.
  4. Links and Navigation: Creating hyperlinks and navigation menus.
  5. Images and Multimedia: Embedding images, audio, and video.
  6. Forms and Inputs: Building and styling forms for user input.
  7. Tables and Lists: Structuring data with tables and lists.
  8. Semantic HTML: Using semantic elements for better accessibility and SEO.

Getting Started

To get started with the content of this repository, follow these steps:

  1. Clone the repository:

    git clone https://github.com/dDevAhmed/frontend_development_html_course.git
  2. Navigate to the course directory:

    cd frontend_development_html_course
  3. Open the index.html file in your browser to view my work and progress.

Course Content

Each module contains:

  • Lecture Notes: Comprehensive notes covering the key concepts of each module.
  • Code Examples: Example HTML files demonstrating the concepts.
  • Exercises: Hands-on exercises to practice what I've learned.
  • Projects: Mini projects to apply my knowledge in real-world scenarios.

Contributing

I welcome feedback and contributions from the community! If you'd like to contribute or provide suggestions, please follow these guidelines:

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature-branch
  3. Make your changes and commit them:

    git commit -m "Add feature"
  4. Push to the branch:

    git push origin feature-branch
  5. Open a pull request and describe your changes.

Follow my journey and let's learn together! 😊

About

This repository contains my HTML exercises, assignments, and projects from frontend development training

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages