0% found this document useful (0 votes)
183 views

WebSite and Web Browser

Tim Berners-Lee invented the World Wide Web in 1989. The internet is a worldwide network that connects computers globally using internet protocols, while an intranet is a private network within an organization. Basic internet technologies include email for communication, HTML for creating web pages, and URLs for locating sites and pages. A web browser is a software used to view and interact with resources on the World Wide Web by entering or following URLs. A website is a collection of web pages related through hyperlinks and hosted online by an individual, company or organization.

Uploaded by

Dioner Ray
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
183 views

WebSite and Web Browser

Tim Berners-Lee invented the World Wide Web in 1989. The internet is a worldwide network that connects computers globally using internet protocols, while an intranet is a private network within an organization. Basic internet technologies include email for communication, HTML for creating web pages, and URLs for locating sites and pages. A web browser is a software used to view and interact with resources on the World Wide Web by entering or following URLs. A website is a collection of web pages related through hyperlinks and hosted online by an individual, company or organization.

Uploaded by

Dioner Ray
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 15

BUSINESS APPLICATION

MIDTERM 1

FRE
Web Browser and Website

Tim Berners-Lee
is an English computer scientist, best known
as the inventor of the WORLD WIDE WEB

2
INTERNET (Net)
- Is a worldwide network of networks
- is a wider network of computer.
- its scope is not just within an
organization but throughout the
world.

INTRANET
- Is a private network using internet
protocols so that an employee, for
instance, can use ordinary Web
browsers to find.

3
E-MAIL / Electronic Mail
- Is probably the easiest and fastest
way to communicate with other
people on the internet.
SPAM
- refers to unsolicited e-mail sent to
you through the internet.
HTML
Hyper Text Mark-up Language
- Is a coding scheme in creating web
pages.
URL
- Uniform Resource Locator
- Location on the web have an
address.
4
PROTOCOL DOMAIN

http://www.worldlink.com

URL/SITE

5
6
7
Web Browser

A web browser (commonly referred to as


a browser) is a software application for
retrieving, presenting, and traversing
information resources on the World Wide
Web. An information resource is identified by
a Uniform Resource Identifier (URI/URL) and
may be a web page, image, video or other
piece of content. Hyperlinks present in
resources enable users easily to navigate
their browsers to related resources.

https://en.wikipedia.org/wiki/Web_browser
8
9
Web Site

a group of World Wide Web


pages usually containing
hyperlinks to each other and
made available online by an
individual, company, educational
institution, government, or
organization

10
WEB BROWSER
- A page can be viewed in its entirely
or if it too large to be displayed on
the monitor, you can scroll down to
view the remaining part of it.
SEARCH ENGINE
- Is the Web equipped with many
specialty sites.
- Is design to help you find important
information.

11
12
13
HTML TAGS

TAGS- enclosed with angle


brackets <>
Example of Opening tags
<Html>
Example of Closing tags
<title>
</Html>
<Body>
</title>
<marquee>
</Body>
<div>
</marquee>
</div>

14
HTML(HYPERTEXT MARK-UP
LANGUAGE)
is the most basic building block of the Web. It
describes and defines the content of a webpage.

<!DOCTYPE html> <!DOCTYPE html>


<html> <html>
<head>
<head> <title>Your Last Name</title>
<title>Page Title</title> </head>
</head> <body>
<body> <h1>CMC</h1>
<p>This is my First Webpage</p>
<h1>This is a Heading</h1> I am YOUR FULLNAME<br>
<p>This is a paragraph.</p> COURSE-MAJOR<br>
SUBJECT<br>
</body> </body>
</html> </html>
15

You might also like