https://github.com/shubham-bhoite/web-development
This is my Web Development learning journey begins.
https://github.com/shubham-bhoite/web-development
demo practice webdevelopment
Last synced: 7 months ago
JSON representation
This is my Web Development learning journey begins.
- Host: GitHub
- URL: https://github.com/shubham-bhoite/web-development
- Owner: Shubham-Bhoite
- Created: 2023-03-17T10:50:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T06:59:56.000Z (over 2 years ago)
- Last Synced: 2025-01-17T17:57:03.084Z (9 months ago)
- Topics: demo, practice, webdevelopment
- Language: HTML
- Homepage:
- Size: 8.79 KB
- Stars: 21
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web-Development
- This is my Web Development learning journey.
- This journey will Continue Upto 1 to 2 months
- This will cover following Topics:
## Stage 1-
### HTML-
- HTML stands for HyperText Markup Language.
- It is used for creating web pages. It is a type of code that is used to structure content on the web.
- HTML uses tags to indicate how each element should be displayed on the page.---
## Stage 2-
### CSS-
- CSS stands for Cascading Style Sheets.
- It is used to style and format the layout of web pages.
- CSS works by targeting specific HTML elements and applying styles to them.---
## Stage 3-
### JavaScript-
- JavaScript is a programming language used to make web pages interactive and dynamic.
- It allows web developers to add features like pop-up messages, interactive forms, and animations to web pages.
- JavaScript code is executed by a web browser and can be added to HTML pages in a variety of ways.
- It's a versatile language that's used in both client-side and server-side programming.