Day -1 Web Developmet Bootcamp1
Day -1 Web Developmet Bootcamp1
Today’s topics :-
1. What is Web Development ?
2. Client-Server Architecture
3. How internet works ?
4. What is HTML ?
5. Your First Webpage
1. What is Web Development ?
What is a Client?
• A user’s device (computer, phone, tablet) that requests data from a server
• Examples: Web browsers, mobile apps
What is a Server ?
• A powerful computer that stores and delivers content or services.
• Examples: Web servers, API servers, database servers.
Easy to Learn :-
• It's beginner-friendly and doesn’t require programming knowledge to get star
Creating Your First HTML page in VS Code
Steps :-
1. Open VS Code.
2. Create a new file name index.html
3. Write a basic HTML template
Example -
Understanding HTML Tags :-
Basic HTML tags :
Example :
Attributes :
Let’s Explore About Websites :-
Paragraph (<p>
tag)
Horizontal Rule :-
HTML Comments :-