Skip to content

kritiayush11/webdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebDev Repository

This repository, kritiayush11/webdev, serves as a foundational resource for learning and practicing web development concepts. It is organized to help beginners understand the core building blocks of web development: HTML and CSS. The structure and content are designed to provide both theoretical explanations and practical examples.

Technologies Used

  • HTML: The backbone of web pages, responsible for structuring content.
  • CSS: Used to style and layout web pages, making them visually appealing.

Directory Structure

The repository is organized into the following main directories:

webdev/
├── baiscs/     # Likely contains introductory materials and simple exercises
├── css/        # Contains CSS files for styling
├── html/       # Contains HTML files demonstrating structure and tags
├── .DS_Store   # System file (can be ignored)
└── README.md   # Project documentation

Repository Overview

This repository is ideal for:

  • Beginners in web development who want to learn the basics of HTML and CSS.
  • Students looking for structured examples and exercises.
  • Anyone seeking a hands-on approach to foundational web concepts.

Theory

Web Development involves creating web pages and web applications that are accessible via browsers. The core technologies are:

  • HTML (HyperText Markup Language): It defines the structure of web content. HTML uses elements (tags) like <div>, <h1>, <p>, etc., to organize text, images, links, and other media.
  • CSS (Cascading Style Sheets): CSS is used to control the presentation, formatting, and layout. It allows you to apply styles (colors, fonts, spacing) to HTML elements and make websites responsive.

Getting Started

  1. Clone the repository:
    git clone https://github.com/kritiayush11/webdev.git
  2. Explore the folders:
    • Look into the html/ directory for HTML examples.
    • Check the css/ directory for styling samples.
    • The baiscs/ directory may contain basic exercises and theory notes.

Contributing

Contributions are welcome! If you want to improve examples or add new concepts, feel free to open a pull request.

License

This repository currently does not specify a license.


Happy coding and learning!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors