WGU C777 Objective Assessment Final 2026-2027
QUESTIONS AND CORRECT DETAILED ANSWERS
(100%VERIFIED ANSWERS) |ALREADY GRADED
A+|BRAND NEW!!
Which variable data type represents a value of "nothing?"
A) The undefined data type
B) The Boolean data type
C) The Object data type
D) The null data type - ANSWER-The null data type
Why should you use succinct wording on Web pages,
especially the home page, when designing your site?
A) Because you need to allow room on each page for as
many navigational aids as possible
,2|Page
B) Because most users want to see all topics on each
page for easy reference
C) Because most users simply scan pages quickly looking
for specific information or links to it
D) Because you need to allow room on each page for
comments within the source code - ANSWER-Because
most users simply scan pages quickly looking for specific
information or links to it
The CSS Box Model consists of four rectangular boxes
that can be configured to create space and a border
around each HTML element. Which Box Model element
defines the space between the HTML content and its
surrounding border?
A) Table
,3|Page
B) Margin
C) Padding
D) Block - ANSWER-Padding
Consider the following code from a CSS document:
body {background-color: #008080; color: #FFFFFF;}
This code is an example of what?
A) A rule
B) A value
C) A declaration
D) A property - ANSWER-A rule
, 4|Page
Why would you use an id selector with your CSS styles?
A) To apply a specific CSS style to a group of like
elements
B) To apply a specific CSS style to one unique element
C) To define the relationship between an HTML document
and the external CSS file to which it is linked
D) To specify an external CSS file's MIME type -
ANSWER-To apply a specific CSS style to one unique
element
What happens when you place a CSS rule between the /*
and */ characters?
A) The rule will take precedence.