WGU D276 OA TEST QUESTIONS WITH
VERIFIED ANSWERS
Formatting XML Tags: A Solution XML tags can be either self-closing tags
(<hierarchy title="United States" />) or elements tags
(<city>"Daytona"</city>).
Block Component: ANSWER An element that can hold text, inline elements,
and other block elements and occupies the width of its parent container.
<div></div> ANSWER The only block element without semantic significance,
it is a generic element used to create block containers to make organizing page
content easier.
<span></span> ANSWER In order to make managing material on the page
easier, the generic element is used to create inline containers.
<form></form> ANSWER permits information from the user to be sent to the
server via the web browser.
The URL where the form data should be delivered is indicated by the Action
Attribute-ANSWER.
The HTTP request type that the browser will use to connect to the server is
indicated by the Method Attribute-ANSWER.
GET Approach-ANSWER a method by which a web browser modifies the
URL of an HTTP request in order to send data to a web server.
Method POST-ANSWER a method by which a web browser sends data to a
web server by including the data in the HTTP request body.
ANSWER Enctype Attribute When "multipart/form-data" is used, it tells the
browser to divide a POST request into several sections, with each input field
being delivered as a distinct HTTP request message.
VERIFIED ANSWERS
Formatting XML Tags: A Solution XML tags can be either self-closing tags
(<hierarchy title="United States" />) or elements tags
(<city>"Daytona"</city>).
Block Component: ANSWER An element that can hold text, inline elements,
and other block elements and occupies the width of its parent container.
<div></div> ANSWER The only block element without semantic significance,
it is a generic element used to create block containers to make organizing page
content easier.
<span></span> ANSWER In order to make managing material on the page
easier, the generic element is used to create inline containers.
<form></form> ANSWER permits information from the user to be sent to the
server via the web browser.
The URL where the form data should be delivered is indicated by the Action
Attribute-ANSWER.
The HTTP request type that the browser will use to connect to the server is
indicated by the Method Attribute-ANSWER.
GET Approach-ANSWER a method by which a web browser modifies the
URL of an HTTP request in order to send data to a web server.
Method POST-ANSWER a method by which a web browser sends data to a
web server by including the data in the HTTP request body.
ANSWER Enctype Attribute When "multipart/form-data" is used, it tells the
browser to divide a POST request into several sections, with each input field
being delivered as a distinct HTTP request message.