In 1969, this project became the first operational packet-switching network.
ARPANET
This company launched the first commercial Internet service in 1994.
PLDT
What version do we use today?
HTML 5
This section contains all the content that appears on the webpage.
<body>
</body>
This is the tag to bold a text.
<b>
</b>
This is the global network of interconnected computers that share data using standard protocols.
Internet
This person is known as the “Father of the Internet in the Philippines.”
Dr. William T. Torres
What was the first version of HTML?
HTML 1.0
This tag is the root element that wraps all other HTML content.
<html>
</html>
Tag for adding a line break without starting a new paragraph.
<br>
This person invented email in 1971, using the “@” symbol.
Ray Tomlinson
Internet speed in the Philippines improved significantly in this year due to joint government and private efforts.
2018
What version of HTML had forms and tables?
HTML 2.0
This section contains metadata, the title, and links to CSS files.
<head>
</head>
Tag to display a text below the normal line of a text.
<sub>
</sub>
These two people introduced TCP/IP, which made a “network of networks” possible.
Vinton Cerf and Robert Kahn
This nickname is given to the Philippines because of its high social media usage.
"Social Media Capital of the World"
What version added CSS?
HTML 4.01
This is the declaration of every HTML document, telling the browser the type of document (HTML 5).
<!DOCTYPE html>
This tag is used to strike-through text.
<s>
</s>
What is Domain Name System (DNS)?
In 1984, this system was introduced to replace numeric IP addresses with human-readable names.
These two organizations worked together to bring the Internet to the Philippines.
PHNET and DOST
What version added JavaScript?
HTML 3.2
What are the seven basic structures of HTML?
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
</html>
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.