The Internet
HTML Basics
Tags and Attributes
Forms and Form Elements
CSS and Formatting
100
What is the full form of the term Internet?
Interconnected Network
100
What does the term HTML mean?
Hypertext Markup Language
100
What tag allows you to insert a paragraph in your web page?
< p > < / p >
100
What is the tag to create a textbox?
< input type="text" >
100
What are the 3 ways of applying CSS?
Inline
Embedded or Global
Linked or External
200
What agency is started the project now called the Internet?
ARPA or Advanced Research Project Agency
200
This are what we call the properties of tags.
Attributes
200
What set of tags allow you to insert an Ordered List?
< ol > < / ol >
200
What attribute of form elements allows to you to place a temporary text in gray that disappears when the user types in it?
placeholder
200
What tag should you place in the head section of a webpage if you are using an external stylesheet?
< link >
300
It is a location on the Internet wherein web pages are located which allows sharing and retrieving of information possible.
World Wide Web
300
What is the current version of HTML?
HTML 5
300
What tag and attribute allows you to insert an image in your webpage?
< img src="" >
300
What is the HTML5 tag used to insert a music player in your webpage?
< audio > < /audio >
300
What CSS attribute allows you to insert a background image in your page?
background-image
400
It is a computer hardware/software where hypertext documents are being stored so it can be accessed by users online.
Web Server
400
What arrangement principle does HTML follow when writing the syntax for the webpage?
First In Last Out or FILO
400
What attribute of the anchor tag allows you to implement a link that opens a page in a new browser tab or window?
target
or
target = "_blank"
400
What HTML5 tag is used to create the element with a slider control moving from left to right?
< input type="range" >
400
What Pseudo-Class of the anchor tag allows you to format links that have not been clicked by visitors?
a:link
500
On what year did Timothy Berners-Lee and other researchers created the World Wide Web?
1989
500
What is the name of the organization responsible for setting the standards of the World Wide Web?
World Wide Web Consortium or W3C
500
How many rows and columns will the following table code create?

< table >
< tr >
   < td > < /td >
   < td > < /td >
< /tr >
< tr >
   < td > < /td >
   < td > < /td >
< /tr >
< tr >
   < td > < /td >
   < td > < /td >
< /tr >
< /table >

3 rows 2 columns
500
What is the name of the HTML5 element that looks like a selection list and a textbox combined wherein you can type text?
datalist
500
On block-level elements, to which side(s) does the 2nd value refer to when declaring a margin with 3 parameters? Example: margin: 50px 250px 350px;
Left and Right
M
e
n
u