WGU D276 OA EXAM / WGU D276 WEB DEVELOPMENT F
p p p p p p p p p
OUNDATIONS OBJECTIVE ASSESSMENT BANK | 2025 CO p p p p p p
MPLETE ACCURATE REAL EXAM QUESTIONS WITH DETAIL
p p p p p p
ED ANSWERS | ALREADY GERADED A+ | GUARANTEED EX
p p p p p p p p
CELLENCE PASS p
Which set of CSS rules will create a fluid layout? - ✔✔✔ Correct Answer > body
p p p p p p p p p p p p p p p
{margin: auto; border: solid 1px gray;} main {padding-
p p p p p p p
left: 35%; border: solid 1px gray;} aside {width: 30%; float: left; border: solid 1px
p p p p p p p p p p p p p
pgray;}
What is a network sniffer? -
p p p p p
✔✔✔ Correct Answer > Software that monitors network traffic and allows users
p p p p p p p p p p p p
to inspect HTTP requests and responses.
p p p p p p
What is the global setting in Bootstrap that affects the overall text appearance on a
p p p p p p p p p p p p p p p
website? - ✔✔✔ Correct Answer > Typography
p p p p p p
What is the ability of users with disabilities to access and use a webpage with reasonab
p p p p p p p p p p p p p p p
le effort? - ✔✔✔ Correct Answer > Web Accessibility
p p p p p p p p
What is a browser cache? -
p p p p p
✔✔✔ Correct Answer > An area on a computer hard drive where web content c
p p p p p p p p p p p p p p p
an be stored by the web browser for quick retrieval later.
p p p p p p p p p p
,What is a protocol suite that governs how data packets are transferred over the intern
p p p p p p p p p p p p p p
et from one machine to another? -
p p p p p p
✔✔✔ Correct Answer > ransmission Control Protocol / Internet Protocol (TCP/IP)
p p p p p p p p p p p
HTML elements that are containers - ✔✔✔ Correct Answer > <footer>, <header>,
p p p p p p p p p p p
<section>, and <span> p p
A block element with no semantic meaning - ✔✔✔ Correct Answer > <div>
p p p p p p p p p p p p
What type of HTML element fills the minimum space possible in the parent c
p p p p p p p p p p p p p
ontainer and can only contain text of other elements of this type? -
p p p p p p p p p p p p
✔✔✔ Correct Answer > Inline Element
p p p p p p
Generic HTML element that creates inline containers to facilitate the managing conten
p p p p p p p p p p p
t on a webpage. Has no semantic meaning - ✔✔✔ Correct Answer >
p p p p p p p p p p p p
<span>
What types of elements can be insides a block element? -
p p p p p p p p p p
✔✔✔ Correct Answer > Inline and block elements
p p p p p p p p
What types of elements can be insides an inline element? - ✔✔✔ Correct Answer
p p p p p p p p p p p p p
> Inline elements p
What HTML element do we use to facilitate information gathering for submission t
p p p p p p p p p p p p
o a server? - ✔✔✔ Correct Answer > <form>
p p p p p p p p
,What HTML attribute should be used if a <form> field contains binary data that th
p p p p p p p p p p p p p p
e normal format of the query string is not sufficient to encode? -
p p p p p p p p p p p p
✔✔✔ Correct Answer > Enctype
p p p p p
Five primary attributes for a <input> element -
p p p p p p p
✔✔✔ Correct Answer > id, name, type, value, placeholder
p p p p p p p p p
What is the <input> type attribute value of a text box widget? -
p p p p p p p p p p p p
✔✔✔ Correct Answer > text
p p p p p
Which HTML element should be used to produce a submit button widget in form?
p p p p p p p p p p p p p
- ✔✔✔ Correct Answer > <input>
p p p p p
Which <input> attribute allows the input to start with a default value? - ✔✔✔
p p p p p p p p p p p p p
Correct Answer > value p p p
Which <input> attribute provides a hint to the user about the information being reque
p p p p p p p p p p p p p
sted? - ✔✔✔ Correct Answer > placeholder
p p p p p p
Which attribute inside the <label> element is used to associate the label with a widget
p p p p p p p p p p p p p p
? - ✔✔✔ Correct Answer > for
p p p p p p
True of false? An <option> element must have a value attribute. -
p p p p p p p p p p p
✔✔✔ Correct Answer > False
p p p p p
Which element can create a button with an image? - ✔✔✔ Correct Answer >
p p p p p p p p p p p p p
<button>
, Four <input> types that exist for entering specific types of text. -
p p p p p p p p p p p
✔✔✔ Correct Answer > email, search, tel, url
p p p p p p p p
Audio formats supported by nearly all web browsers -
p p p p p p p p
✔✔✔ Correct Answer > AAC, MP3
p p p p p p
Correct HTML for referring to an external style sheet - ✔✔✔ Correct Answer >
p p p p p p p p p p p p p
<link rel="stylesheet" type="text/css" href="mystyle.css">
p p p
Where in an HTML document is the correct place to refer to an external style shee
p p p p p p p p p p p p p p p
t? - ✔✔✔ Correct Answer > In the <head> section
p p p p p p p p p
Which HTML tag is used to define an internal style sheet? - ✔✔✔ Correct Answer
p p p p p p p p p p p p p p
> <style>
Which HTML attribute is used to define inline styles? -
p p p p p p p p p
✔✔✔ Correct Answer > style
p p p p p
Which is the correct CSS syntax? - ✔✔✔ Correct Answer > body {color:black;}
p p p p p p p p p p p p
How to insert CSS comment - ✔✔✔ Correct Answer > /* this is a comment */
p p p p p p p p p p p p p p p
Which property is used to change the background color? - ✔✔✔ Correct Answer
p p p p p p p p p p p p
> background-color
p p p p p p p p p
OUNDATIONS OBJECTIVE ASSESSMENT BANK | 2025 CO p p p p p p
MPLETE ACCURATE REAL EXAM QUESTIONS WITH DETAIL
p p p p p p
ED ANSWERS | ALREADY GERADED A+ | GUARANTEED EX
p p p p p p p p
CELLENCE PASS p
Which set of CSS rules will create a fluid layout? - ✔✔✔ Correct Answer > body
p p p p p p p p p p p p p p p
{margin: auto; border: solid 1px gray;} main {padding-
p p p p p p p
left: 35%; border: solid 1px gray;} aside {width: 30%; float: left; border: solid 1px
p p p p p p p p p p p p p
pgray;}
What is a network sniffer? -
p p p p p
✔✔✔ Correct Answer > Software that monitors network traffic and allows users
p p p p p p p p p p p p
to inspect HTTP requests and responses.
p p p p p p
What is the global setting in Bootstrap that affects the overall text appearance on a
p p p p p p p p p p p p p p p
website? - ✔✔✔ Correct Answer > Typography
p p p p p p
What is the ability of users with disabilities to access and use a webpage with reasonab
p p p p p p p p p p p p p p p
le effort? - ✔✔✔ Correct Answer > Web Accessibility
p p p p p p p p
What is a browser cache? -
p p p p p
✔✔✔ Correct Answer > An area on a computer hard drive where web content c
p p p p p p p p p p p p p p p
an be stored by the web browser for quick retrieval later.
p p p p p p p p p p
,What is a protocol suite that governs how data packets are transferred over the intern
p p p p p p p p p p p p p p
et from one machine to another? -
p p p p p p
✔✔✔ Correct Answer > ransmission Control Protocol / Internet Protocol (TCP/IP)
p p p p p p p p p p p
HTML elements that are containers - ✔✔✔ Correct Answer > <footer>, <header>,
p p p p p p p p p p p
<section>, and <span> p p
A block element with no semantic meaning - ✔✔✔ Correct Answer > <div>
p p p p p p p p p p p p
What type of HTML element fills the minimum space possible in the parent c
p p p p p p p p p p p p p
ontainer and can only contain text of other elements of this type? -
p p p p p p p p p p p p
✔✔✔ Correct Answer > Inline Element
p p p p p p
Generic HTML element that creates inline containers to facilitate the managing conten
p p p p p p p p p p p
t on a webpage. Has no semantic meaning - ✔✔✔ Correct Answer >
p p p p p p p p p p p p
<span>
What types of elements can be insides a block element? -
p p p p p p p p p p
✔✔✔ Correct Answer > Inline and block elements
p p p p p p p p
What types of elements can be insides an inline element? - ✔✔✔ Correct Answer
p p p p p p p p p p p p p
> Inline elements p
What HTML element do we use to facilitate information gathering for submission t
p p p p p p p p p p p p
o a server? - ✔✔✔ Correct Answer > <form>
p p p p p p p p
,What HTML attribute should be used if a <form> field contains binary data that th
p p p p p p p p p p p p p p
e normal format of the query string is not sufficient to encode? -
p p p p p p p p p p p p
✔✔✔ Correct Answer > Enctype
p p p p p
Five primary attributes for a <input> element -
p p p p p p p
✔✔✔ Correct Answer > id, name, type, value, placeholder
p p p p p p p p p
What is the <input> type attribute value of a text box widget? -
p p p p p p p p p p p p
✔✔✔ Correct Answer > text
p p p p p
Which HTML element should be used to produce a submit button widget in form?
p p p p p p p p p p p p p
- ✔✔✔ Correct Answer > <input>
p p p p p
Which <input> attribute allows the input to start with a default value? - ✔✔✔
p p p p p p p p p p p p p
Correct Answer > value p p p
Which <input> attribute provides a hint to the user about the information being reque
p p p p p p p p p p p p p
sted? - ✔✔✔ Correct Answer > placeholder
p p p p p p
Which attribute inside the <label> element is used to associate the label with a widget
p p p p p p p p p p p p p p
? - ✔✔✔ Correct Answer > for
p p p p p p
True of false? An <option> element must have a value attribute. -
p p p p p p p p p p p
✔✔✔ Correct Answer > False
p p p p p
Which element can create a button with an image? - ✔✔✔ Correct Answer >
p p p p p p p p p p p p p
<button>
, Four <input> types that exist for entering specific types of text. -
p p p p p p p p p p p
✔✔✔ Correct Answer > email, search, tel, url
p p p p p p p p
Audio formats supported by nearly all web browsers -
p p p p p p p p
✔✔✔ Correct Answer > AAC, MP3
p p p p p p
Correct HTML for referring to an external style sheet - ✔✔✔ Correct Answer >
p p p p p p p p p p p p p
<link rel="stylesheet" type="text/css" href="mystyle.css">
p p p
Where in an HTML document is the correct place to refer to an external style shee
p p p p p p p p p p p p p p p
t? - ✔✔✔ Correct Answer > In the <head> section
p p p p p p p p p
Which HTML tag is used to define an internal style sheet? - ✔✔✔ Correct Answer
p p p p p p p p p p p p p p
> <style>
Which HTML attribute is used to define inline styles? -
p p p p p p p p p
✔✔✔ Correct Answer > style
p p p p p
Which is the correct CSS syntax? - ✔✔✔ Correct Answer > body {color:black;}
p p p p p p p p p p p p
How to insert CSS comment - ✔✔✔ Correct Answer > /* this is a comment */
p p p p p p p p p p p p p p p
Which property is used to change the background color? - ✔✔✔ Correct Answer
p p p p p p p p p p p p
> background-color