0% found this document useful (0 votes)
48 views2 pages

Test Questionair - Prelim

The document contains multiple choice questions about HTML elements, tags, and attributes. It also defines common acronyms related to web development and HTTP status codes. At the end, it instructs the reader to create a basic HTML page using common tags like <DOCTYPE>, <html>, <head>, <title>, <body>, <header>, <link>, <image>, and <paragraph>.

Uploaded by

Noel Orbong
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)
48 views2 pages

Test Questionair - Prelim

The document contains multiple choice questions about HTML elements, tags, and attributes. It also defines common acronyms related to web development and HTTP status codes. At the end, it instructs the reader to create a basic HTML page using common tags like <DOCTYPE>, <html>, <head>, <title>, <body>, <header>, <link>, <image>, and <paragraph>.

Uploaded by

Noel Orbong
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/ 2

I. Multiple Choices b.

<a>HTML element</h>
c. <p>HTML element</a>
Instruction: Read the question and choose the best d. <a>HTML element</a>
answer.
10. HTML elements cannot contain other elements.
1. All HTML documents must start with a document
type declaration: a. True.
a. <DOCTYPE html!> b. False.
b. <html> c. Maybe.
c. <body>  d. All of the above.
d. <!DOCTYPE html>
11. The ______ element is the root element and it
2. The <!DOCTYPE> declaration is case sensitive defines the whole HTML document.
a. True.
b. False. a. <body>.
b. <!DOCTYPE html>.
3. HTML headings are defined with c. <head>
the <h1> to <h10> tags. d. <html>
a. True
b. False 12. The _____ tag defines a line break, and is an empty
element without a closing tag
4. <h6> defines the most important
heading. <h1> defines the least important heading. a. <br>
b. <nl>
a. False. c. <space>
b. True. d. <empty>
5. HTML that is defined with the <p> tag is a 13. <P> means the same as <p>.
a. pose.
b. link. a. Maybe
c. image. b. True
d. paragraph. c. False
d. All of the Above
6. HTML that is defined with the <a> tag is a
a. header. 14. Add a "tooltip" to the paragraph below with the text
b. attitude. "About W3Schools".
c. application.
d. link. <p  ="About W3Schools">W3Schools is a
web developer's site. </p>
7. The link's destination is specified in the ______
attribute. a. title.
a. title. b. id.
b. href. c. paragraph.
c. id. d. width.
d. class.
15. Make the element below into a link that goes to
8. HTML that is defined with the <image> tag is a "https://www.w3schools.com".
photo.
<a  "https://www.w3schools.com">This is a
link</a>
a. True.
a. hfre=
b. False.
b. href=
c. ref =
9. An HTML element is defined by a start tag, some
d. link =
content, and an end tag. Example:
16. Provide additional information about HTML
a. <a>HTML element<a> elements.
a. HTML Document 2. 301-303
b. HTML values 3. 403
c. HTML Tag 4. 404
d. HTML Attributes 5. 500
17. Links to an external image that is hosted on another IV. Create a simple web page using the basic tag of
website creating HTML document. doctype, Html, head, title,
body, header, link, image and paragraph must be
a. Relative URL 
included. (10 Points)
b. Absolute URL 
c. Fixed URL
d. External URL
18. Links to an image that is hosted within the website.
a. Relative URL 
b. Absolute URL 
c. Internal URL
d. External URL
19. Specifies an alternate text for an image, if the image
for some reason cannot be displayed.
a. img
b. title
c. alt
d. src
20. Defines some extra information about an element. Its
value will be displayed as a tooltip when you mouse
over the element:
a. img
b. title
c. alt
d. d.src
II. Define the acronym.

1. WWW
2. ARPANET
3. IETF
4. ICANN
5. W3C
6. IP
7. TCP
8. DNS
9. URL
10. HTTP
11. HTML
12. CSS
13. PHP
14. JS
15. Ajax

III. Define the meaning of each HTTP Error Codes.


1. 200

You might also like