Introduction
HTML is the standard markup language for creating web pages and web applications.
Agenda
- Webpages vs. Websites
- Types of Websites
- Web Development Life Cycle Agenda
- The Internet and the World Wide Web
- Web Development Languages
- Tools Needed for Creating Web Page
Webpage vs Website
Webpage
Web page is a document commonly written in HTML that is accessible through the internet or other network using a web browser
Website
Website is a collection of related web pages, including multimedia content, typically identified with a common domain name, and published on at least one web server
Types of Websites
Intranet Website
Intranet websites are limited to an organization’s internal network. Intended for employees and internal stakeholders of a specific organization. Facilitates internal communication, collaboration, document sharing, and access to company-specific resources. Some examples are employee portals and document management systems.
Extranet Website
Extranet websites are websites that extend beyond the internal network but involves restricted access. Intended for both internal and external users, such as partners, clients, or suppliers. Enables secure collaboration and information sharing between an organization, and its stakeholders. Some examples are client portals, supplier collaboration platforms, joint project management sites shared between different organizations.
Internet Website
Internet websites are publicly available to anyone with internet connection. They target general public or a specific global audience. They are primarily used for marketing, information dissemination, e-commerce and interaction within each other. Some examples are news websites, social media platforms, e-commerce sites, and information blogs.
Types of Internet Websites
Personal Website
Photo Sharing Website
Writers or Authors Website
Community Building Website
Blogging Website
Informational Website
Directory Website
E-commerce Website
Government Website
School or University Website
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.
What is 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.
What is 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.
Web browser
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 (URL)
A Uniform Resource Locator (URL) sometimes termed a Web Address, is a reference to a web resource that specifies its location on a computer network or the internet.
These URLs or URIs (Uniform Resource Identifiers) are transferred to web servers for requests to specific web documents or HTML pages.
Domain Extension
.com
- Commercial Site.gov
- Government Site.edu
- Educational Institution Site.net
- Network Site.org
- Organizational Site.biz
- Business Site.mil
- Military Site
Web Server
Web Servers are computers that delivers (serves up) web pages. Every web server has an IP address and possibly a domain name. Any computer can be turned into a web server by installing server software and connecting the machine to the internet.
Internet Service Provider (ISP)
An Internet Service Provider (ISP) is a company that provides customers with internet access. Data maybe transmitted using several technologies like DSL, cable modem, wireless, fiber optics or other dedicated high speed interconnects.
Last updated on