Test Questionair - Prelim
Test Questionair - Prelim
<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