ASSESSMENT EXAM GUIDE 2025 | GRADED A+ |
GUARANTEED PASS!!
A Web designer who assigns percentage values to elements
using the HTML
structural elements is using what page-
layout method?
- Liqui
answer d
-
Anatoly is using the CSS position property to position block-level
elements on his Web pages. By specifying the "absolute"
positioning scheme, Anatoly is ensuring that the element to which
he is applying the position property will: - answer-float above the
document and can be positioned as needed
Consider the following Cascading Style Sheets (CSS) rule:
body {color: #008080;}
Which is the "declaration" portion of
this rule?
- The portion inside the curly
answer braces
-
Consider the following code:
<input list="continents" name="continent">
<datalist id="continents">
<option value="North
America"> <option
value="South America">
<option value="Europe">
C777 WEB DEVELOPMENT APPLICATION POST ASSESSMENT EXAM GUIDE 2025 GRADED A GUARANTEED PASS!!
,<option value="Asia">
<option value="Africa">
<option value="Australia">
<option value="Antarctica">
</datalist>
Which two attributes' values must match each other in order to
bind the <datalist>
element with the <input>
element?
- The list attribute and the id
answer attribute
-
Consider the following code:
<script> var v1 =
"Blue"; function f
() { this.v1 =
"Green"; alert
(this.v1
); } f();
alert
(v1);
</script>
What is the expected result when this script is run
in the browser?
- Two alert boxes, both displaying the
answer message Green
-
Consider the following code:
C777 WEB DEVELOPMENT APPLICATION POST ASSESSMENT EXAM GUIDE 2025 GRADED A GUARANTEED PASS!!
, <scriptvar =
"Blue";
> v1ctio
(fun = f
n
"Green";
) { this.v1
(this.v1)
alert
}; f();
al rt
<e/ (v1);
cript
s>
What is he expected result when this scriptwser
is run in
-t -Two alert boxes, both displaying the
the bro ? message
answeGreen
r
Consider the following code:
<script>
var v1 =
"Blue";
function f ()
{ v1 =
"Green";
alert (v1);
} f();
alert
(v1);
</script>
What is the expected result when this script is run
in the browser?
- Two alert boxes, both displaying the
answer message Green
-
Consider the following code:
<script>
var v1 =
"Blue";
C777 WEB DEVELOPMENT APPLICATION POST ASSESSMENT EXAM GUIDE 2025 GRADED A GUARANTEED PASS!!