Internet and Technology
Internet and Technology
Internet and Technology
INTERNET AND
WEB
TECHNOLOGY
1
Click to edit Master title the
Understanding style
WWW and the Internet:
Internet: The Internet is a global system of interconnected
computer networks that use the standard Internet Protocol
Suite (TCP/IP) to serve billions of users worldwide. It is a
network of networks that consists of millions of private,
public academic, business, and government networks.
WEB Browsers:
A web browser is the program you use to view pages
and navigate the World Wide Web. A wide array of web
browsers is available for just about every platform you can
imagine. Microsoft Internet Explorer, for example, is
included with Windows and Safari is included with Mac
OS X. Mozilla Firefox, Netscape Navigator, and Opera are
all available for free.
4
Click to edit Master title style
What the Browser Does:
Pages written in HTML are plain text files (ASCII), which means
that they contain no platform- or program-specific information. Any
editor that supports text can read them.
1212
Continuation……
Click to edit Master title style
Most HTML tags look something like the following: affected text The tag
The advantage of having all white space (spaces, tabs, returns) ignored is that you
can put your tags wherever you want. The following examples all produce the same
output. Try them!
<h1>
If music be the food of love, play on.
</h1>
1515
Click to edit Master title style
<!DOCTYPE html
<html>
<head>
<title> Page Title </title>
</head>
<body>
…your page content…
</body>
</html>
1616
Click to edit Master title style
Email: krystelajias26@gmail.com
17