Unit 1 - Itws 01
Unit 1 - Itws 01
AN OVERVIEW
OF THE WEB
04 05 06
1. 2. 3 4 5
define the websites explain the role of list common tools
list and define key enumerate the
and explain the HTML in Structuring used for web
terms such as phases of the Web
purpose and content and CSS in development (e.g.,
Internet, World Wide Development Life
characteristics of each styling web pages; code editors,
Web, Web Browsers, Cycle (WDLC);
type of website; and browsers, and
URLs, Web Servers,
validation tools)
and Internet Service
Providers;
The Internet and the
World Wide Web (WWW)
What is the
Internet?
• The Internet is a massive network of
networks, a networking
infrastructure. It connects millions of
computers together globally, forming
a network in which any computer can
communicate with other computers
as long as they are both connected to
the Internet. Information can travel
via the internet via a variety of
languages called Protocols.
The Internet
• The Internet is a global network
that connects billions of devices and
allows for the seamless exchange of
information.
GLOBE
SKY BROADBAND
EASTERN TELECOM
CONVERGE ICT
What is the World
Wide Web?
• The World Wide Web or simply Web, is a
way of accessing information over the
medium of the internet. It is an
information-sharing model that is built on
top of the internet. The Web uses the
HTTP protocol, only one of the languages
spoken over the internet, to transmit data.
• Web services, which use HTTP allow
applications to communicate in order to
exchange business logic and use the web
to share information.
The Internet and
the World Wide
Web
• Many people use the terms Internet and
World Wide Web interchangeably, but in
fact, the two terms are not synonymous.
• The Internet and the Web are two
separated but related things.
Types of
Websites
Categories of Websites
Categories of Websites
HERE ARE SOME COMMON TYPES
OF WEBSITES
Personal Websites
Business Websites
E-commerce Websites
Educational Websites
Portfolio Websites
Blog Websites
News and Media Websites
Community and Forum
Websites
Nonprofit Websites
Entertainment Websites
BUILDING A WEB PAGE
Web Browsers
•A Web Browser or simply Browser is a software
application used to locate, retrieve and display
content on the World Wide Web, including web
pages, images, videos and other files.
•As a client/server model, the browser is the
client that runs on a computer and contacts the
web server to request for information. The web
server sends the information back to the
browser which displays the results on the computer
or other internet enabled device that supports a
browser.
Popular Web Browsers
• MOZILLA FIREFOX
• GOOGLE CHROME
• OPERA BROWSER
• MICROSOFT EDGE
• SAFARI BROWSER
• MAXTHON BROWSER
Uniform Resource Locator
https://www.example.com/products?category=books#bestsellers
The Role of Internet
Service Providers (ISP)
Internet Service Providers (ISPs) are critical entities that provide
users access to the Internet. They maintain a permanent connection
to the Internet backbone—a central, high-capacity network
infrastructure that connects various regional networks.
GLOBE
SKY BROADBAND
EASTERN TELECOM
CONVERGE ICT
Web Servers
Web Servers are specialized computers that store and serve web
pages to users upon request. Each server is identified by an IP
address and often a domain name (e.g., Google.com).
Web
Development
Life Cycle
Web Development Life Cycle
DESIGN
TESTING
IMPLEMENTATIO
N
PUBLISHING
MAINTENANCE
Web
Development
Languages
Hypertext Markup
Language
Hypertext Markup Language (HTML) is the
standard markup language for creating web
pages and web applications.
Cascading Style Sheets