OBJECTIVE ASSESSMENT FINAL EXAM VERSION 2
NEWEST ACTUAL EXAM WITH COMPLETE QUESTIONS
AND CORRECT DETAILED ANSWERS (2026) |ALREADY
GRADED A+
What do the curly brackets do?
a. they are used for comments
b. not necessary, parentheses can be used.
c. make code easier to read
d. mark the beginning & end of the style rule
e. none of the above (nota)
mark the beginning & end of the style rule
The following JavaScript code might be used to retrieve data from an input tag
a. var a = document.getInput("A").value;
b. var a = document.get("A").input;
c. var a = document.getElementById("A").value;
d. input = document.get("A").value;
e. none of the above
var a = document.getElementById("A").value;
What does the <HR> tag do?
a. represents an horizontal rule, thematic change
b. It is used for Human Resources purposes
c. It is used for headers
d. nota
represents an horizontal rule, thematic change
A webpage's internal CSS goes in the:
a. BODY tag
b. TITLE tag
,c. HEAD tag
d. nota
HEAD tag
What is one of the goals of HTML which CSS provides?
a. provide separation between content and formatting
b. there is no set purpose
c. annoy and frustrate coders
d. to make certain people can read everthing
e. nota
provide separation between content and formatting
The <h1> tag does what?
a. creates a separate paragraph for a phrase or sentence
b. controls the upper or lower case of a number
c. Defines the most important of six different headings
d. changes upper to lowercase
e. none of the above (nota)
Defines the most important of six different headings
The <head> tag does what?
a. Defines a header for a document or section
b. It is an optional tag and can be omitted
c. Defines information about the document
d. This tags only function is to point the beginning of code
e. nota
Defines information about the document
What does the <table> tag do?
a. not require just points to a workarea or space
b. It points to an image of a table or workarea
c. Defines an HTML table
d. nota
Defines an HTML table
,What does the <html> tag do?
a. It only reminds the coder what is being written
b. Defines the root of an HTML document
c. It's symbolic and is ignored by the compiler
d. It start the markup process
e. none of the above
Defines the root of an HTML document
The <h1> tag does what?
a. defines the heading with the highest ranking
b. metamorphical reference to biology , but is not needed
c. refers only to the middle part of a webpage
d. none of the above
defines the heading with the highest ranking
What is the lastest version of CSS?
a. CSS1
b. CSS2
c. CSS4
d. CSS3
e. none of the above
CSS3
According the reading assignment about CSS coding, how many POINTS are there
in an inch?
a. 120
b. 32
c. 75
d. none of the above
nota
(72 pt)
What does the <img > tag do?
a. It refers to thoughtful imagination which is need for html
b. It really should be <ing> as it refers to an advertisement
, c. This tag is used to record thoughts and ideas
d. none of the above
nota
An external CSS would be placed:
a. In the Body tag
b. In the same directory as the webpage file
c. in the HEAD tag
d. nota
In the same directory as the webpage file
What does the <p> tag do?
a. defines a paragraph
b. used in commerce website to list prices
c. defines part or space on a page
d. defines a period for a website
e. none of the above
defines a paragraph
<!DOCTYPE> tag does what?
• Defines a hyperlink
• Defines the document type
• Starts the coding
• call the reader's attention to what they are doing
• nota
Defines the document type
CSS (Cascading Style Sheets) stands for?
• Commnon Style Sheets
• control style sheets
• Common simple styles
• nota
nota