University:Onatrio tech university
Course:programming
1. Out of the four main parts of an HTML
document, the ----------------- contains
information that describes a
web page but does not necessarily show on a
web page.
(a)Select tag
(b)Action tag
(c) semantic tag
(d) Head tag
Answer: head tag, The head tag contain
information that does not show on the web
page
2. The noscript tag lets a user know that the
browser used does not support the ----------------in
the script tag
code.
(a)user
(b) browser
(c) javacript
(d)style sheet
,Answer:C javascript, Noscript indicate that the
browser does support the javascript
3.Finishthiscode:
<link rel=”stylesheet”text/csshref=”test.css”
(a)…>
(b) />
(c)…..>
(d)>
Answer: B /> is a closing tag, <link
rel=”stylesheet”text/csshref=”test.css”/>
4. ------------- is the dynamics aspect of web page
building where script are used to manipulate
object on a event
(a) tag
(b) links
(c) page
(d) javascript
Answer:D javascript
5. Besides HTML5, other DOCTYPES you may find
on a web page are HTML 4, 4.0.1 or what other
html version you find on the web page.
(a)head, body
(b) link and tag
,(c) html 1 xhtml
(d)image, links
Answer: C html1 xhtml
6. ………………The two most common pieces of
information in the head tag, besides meta
information
(a) link and image
(b) script and title
(c) comment and entries
(d) caption and button
Answer: B script and title
.
7. ………………. contains information that show on a
web page.
(a) body tag
(b) meta tag
(c) semantic tag
(d) head tag
Answer:A body tag contain information that show
on the web page
8. Entities are pieces of HTML code which display
………….. and characters.
, (a) links
(b) symbols
(c) sign
(d) tag
Answer:B symbols, entities are pieces of HTML
code which displays symbols ad character
9. The opening and closing tags for an HTML
comment are -------------- and ----------------
Answer:</---------- and ------------->
10. A-------------sheet is created for and applied to a
single web page.
(a) inline style sheet
(b) external style sheet
(c) internal style sheet
(d) javascript
Answer: A inline style sheet
11. The order of precedence in style sheets is that
--------------- take precedence over-----------
which take precedence over --------------.
(a) external style sheet, inline style sheet,
internal style sheet
(b) inline style sheet, external stylesheet,
internal stylesheet