Unit 1 - Introduction To Web Development
Unit 1 - Introduction To Web Development
UNIT 1
Introduction to web
development
Learning Objectives
•Analyze Web Pages: Load, examine, and understand the source code of
web pages from the Internet and intranet.
•Understand Web Application Components: Grasp the components of a
web application, differentiate between the Internet and an intranet, and
explain HTTP communication.
•Distinguish Web Page Types: Understand the differences in processing
between static and dynamic web pages.
•Utilize Web Development Languages: Distinguish and apply HTML, CSS,
and JavaScript in web development.
•Address Web Development Issues: Understand key web development
issues, including Responsive Web Design, cross-browser compatibility, web
accessibility, and SEO, and demonstrate proficiency in website deployment.
1. .
Learing Objectives
Applied
1. Load a web page from the Internet or an intranet into a web browser.
2. View the source code for a web page in a web browser.
1
8/2/2023
Objectives (cont.)
Knowledge
1. Describe the components of a web application.
2. Distinguish between the Internet and an intranet.
3. Describe HTTP requests and responses.
4. Distinguish between the way a web server processes static web
pages and dynamic web pages.
5. Describe the use of JavaScript.
6. Distinguish between HTML and CSS.
7. Explain how you deploy a website on the Internet.
8. Describe the components of an HTTP URL.
9. Describe these four web development issues: Responsive Web
Design, cross-browser compatibility, web accessibility, and
search engine optimization (SEO).
2
8/2/2023
3
8/2/2023
10
11
12
4
8/2/2023
13
14
15
5
8/2/2023
16
17
18
6
8/2/2023
19
20
21
7
8/2/2023
22
23
24
8
8/2/2023
25
26
27
9
8/2/2023
28
29
30
10
8/2/2023
31
32
33
11
8/2/2023
34
Web browsers
Chrome
Edge
Safari
Firefox
Opera
35
Web accessibility
Accessibility laws that you should be aware of
The Americans with Disabilities Act (ADA).
Sections 504 and 508 of the federal Rehabilitation Act.
Section 255 of the Telecommunications Act of 1996.
Types of disabilities
Visual
Hearing
Motor
Cognitive
36
12
8/2/2023
37
38
39
13