https://github.com/devcom-iitb/webdev-101
https://github.com/devcom-iitb/webdev-101
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devcom-iitb/webdev-101
- Owner: DevCom-IITB
- Created: 2024-01-10T16:05:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T14:52:47.000Z (over 2 years ago)
- Last Synced: 2025-10-06T12:35:15.134Z (9 months ago)
- Language: HTML
- Size: 294 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to WebDev 101
By Abhijat Bhardwaj and Chaitanya Keshri

#### This doc aims to give a holistic overview on two of the most important languages for any web development project i.e HTML and CSS.
#### HTML is the language using which we define the structure of any webpage you see on the internet and to make it look amazing we take help of the Cascading Style Sheets (CSS)
## At the end of this session, you will learn
- **HTML**
- Role of HTML
- Document structure
- HTML elements
- Tags
- Attributes
- Data representation
- Tables
- Links
- **CSS**
- Role of CSS
- Syntax
- Selectors
- Common CSS Properties
- Centering a Div
- Responsive design
- **Creating your own webpages**
[HTML >>](html.md)
[CSS >>](css.md)