INTERNET HISTORY
INTERNET IN THE PHILIPPINES
HTML VERSIONS
HTML STRUCTURE
HTML TAGS
100

In 1969, this project became the first operational packet-switching network.

ARPANET

100

This company launched the first commercial Internet service in 1994.

PLDT

100

What version do we use today?

HTML 5

100

This section contains all the content that appears on the webpage.

<body>

</body>

100

This is the tag to bold a text.

<b>

</b>

200

This is the global network of interconnected computers that share data using standard protocols.

Internet

200

This person is known as the “Father of the Internet in the Philippines.”

Dr. William T. Torres

200

What was the first version of HTML?

HTML 1.0

200

This tag is the root element that wraps all other HTML content.

<html>

</html>

200

Tag for adding a line break without starting a new paragraph.

<br>

300

This person invented email in 1971, using the “@” symbol. 

Ray Tomlinson

300

Internet speed in the Philippines improved significantly in this year due to joint government and private efforts.

2018

300

What version of HTML had forms and tables?

HTML 2.0

300

This section contains metadata, the title, and links to CSS files.

<head>

</head>

300

Tag to display a text below the normal line of a text.

<sub>

</sub>

400

These two people introduced TCP/IP, which made a “network of networks” possible.

Vinton Cerf and Robert Kahn

400

This nickname is given to the Philippines because of its high social media usage.

"Social Media Capital of the World"

400

What version added CSS?

HTML 4.01

400

This is the declaration of every HTML document, telling the browser the type of document (HTML 5).

<!DOCTYPE html>

400

This tag is used to strike-through text.

<s>

</s>

500

What is Domain Name System (DNS)?

In 1984, this system was introduced to replace numeric IP addresses with human-readable names.

500

These two organizations worked together to bring the Internet to the Philippines.

PHNET and DOST

500

What version added JavaScript?

HTML 3.2

500

What are the seven basic structures of HTML?

<!DOCTYPE html>

<html>

<head>

</head>

<body>

</body>

</html>

500

Explain the difference between paragraph and heading in HTML. (enumerate two)

PARAGRAPH

Used to display blocks of regular text like sentences, explanations, descriptions, etc.

HEADING

Used for titles, headings, or subheadings to structure the content hierarchically.

The texts are automatically bold.

M
e
n
u