0% found this document useful (0 votes)
14 views3 pages

Computer Reviewer

Uploaded by

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

Computer Reviewer

Uploaded by

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

WORLD WIDE WEB

INTERNET
- the net world wide system of computer networks.
- also called Information Super Highway or Infobahn (1990s)
- offers mass of information and refer to digital communication system.

HISTORY OF INTERNET

1969 -first message over ARPANET


1974 - first appear of internet in DARPA
1983 - DNS was invented
1985 - upgrade of NSF to NSFNET
1990 - invented HTML
1991 - commercial industry use internet
1994 - new world of e-commerce
1995 - release of JAVA
1998 - Google opened first office
2004-2005 - Facebook was launched
2006 - Cloud computing was introduced
2007 - internet become wireless connection
Present - internet became less visible

Three Fundamental Technologies

HTML - used to create pages

HTTP - send and receive web pages

URL - identify resources

Three Parts of URL

Protocol - instruct the web browser

Domain name - responsible for information

Resource ID - name of file

WEB PAGE
- digital document accessible through internet
- it contains text, graphics, videos, sounds and etc
- can be used for personal portal, amusement purposes, social networking and self expression

6 TYPES OF WEB PAGES

ADVOCACY - seek to influence people’s opinion


BUSINESS - to promote a product or services
INFORMATION - factual information about a topic
ENTERTAINMENT - provide enjoyment to people
NEWS - provides current information
PERSONAL - personal expression on a topic

ELEMENTS OF A WEBPAGE

PAGE FOOTERS
- keeps organization and legal matters of the pages

CONTENT AREA
- main stage of web page where it provides a lot of information about certain topic
PAGE HEADER
- mini version of homepage located at the top

SEARCH BAR
- do a quick research located at the upper right of header

SCAN COLUMNS
- arrange navigation links located at the left part of the web

HTML
- used in creating web page and application
- standard markup language (tags)
- used to create electronic documents (called pages) that are displayed on the WORLD WIDE WEB
- 2 main parts of a HTML document are the head and the body. Each section contains specific information.
HTML VERSION 5
- Launched last 2014

HYPER
- active (goes all over the places)

TEXT
- creating web page using simple text

MARKUP
- describe the format of text by using instructions

LANGUAGE
- using language with all its syntax

<!DOCTYPE> - represents the document type and help the browser display a web page correctly
<HTML> - identifies the page as an HTML
<HEAD> - contains general information about the web
<TITLE> - display the title of the web page
<BODY> - responsible for content such as text

Web pages are coded using HTML. The file will be uploaded on the internet. The web browsers will read the file and render
them into web pages. HTML
USING BASIC HTML TAGS

HTML
- short for Hypertext Markup Language.
- is used to create electronic documents called web pages that are displayed on the World Wide Web.

TAGS
- are keywords that help an HTML page structure
- a backbone of HTML document
- classified into two; paired tags and unpaired tags

PAIRED TAGS
- comes in pairs and composed of an opening or start and closing or end tags

UNPAIRED TAGS
- single tags or stand alone tags because they do not require an end tag

ATTRIBUTES
- all HTML elements can have attributes
- are modifiers that provide additional information about elements
- are always specified in the start tag
- usually come in name/value pairs like: name=”value”

ENTITIES
- a special character, such as dollar symbol, registered trademark and accented letters.
- incorporating entities is called character coding.

ADVANTAGE OF USING AN ENTITY NAME


- easy to remember

DISADVANTAGE OF USING AN ENTITY NAME


- browsers may not support all entity names, but the support for entity numbers is good.

NESTING ELEMENTS
- it means to place one tag inside another
- it should be done appropriately

IMPORTANCE OF USING DIFFERENT TAGS


- tags are essential in creating web pages for they define structure and content of the format page. Tags can be paired and
unpaired and can also be classified according to their function.

You might also like