WGU D276 WEB DEVELOPMENT
FOUNDATIONS FINAL TEST 2026
QUESTIONS WITH CORRECT
ANSWERS GRADED A+
◍ Yes it is. It has to be used by multiple languages. <example> is different
than <EXAMPLE>.
Answer: is XML Case-Senstive?
◍ grid-template-columns.
Answer: A CSS property that defines the grid container's number of
columns and optionally the width of each column.
◍ <caption>... </caption>.
Answer: An HTML table element that displays its content above and
centered its associated table.
◍ <ul> element.
Answer: Content appears as a list of bulleted items.
◍ <fieldset>.
Answer: tag is used to group related elements in a form.
◍ Wireframing.
Answer: The process of developing an outline for a Web presence
◍ ODBC.
Answer: Primary purpose is to allow an operating system to register a
database.
◍ pc.
Answer: picas - Absolute Unit
,◍ block-level element.
Answer: A markup element that affects at least an entire paragraph.
◍ Which of the following is an approach to design the desktop website first
and modify the design to fit smaller screens.
Answer: graceful degradation
◍ What is the XML equivalent to the HTML Doctype declaration?.
Answer: XML prolog
◍ Copyright and trademark infringement.
Answer: Retain a lawyer and obtain advice if another website used your
logos and you suspect infringement.
◍ Web Hyptertext Application Technology Working Group (WHATWG).
Answer: organization that develops a variety of web standards and whose
members include the major browser vendors. 2019
◍ JavaScript code does NOT.
Answer: need to reside in HTML documents to run
◍ Select the five (5) primary attributes for a <input> element..
Answer: idnameplaceholdertypevalue
◍ <ol> ... </ol>.
Answer: Stands for ordered list. Creates a numbered list when used with the
<Li>...</Li> tags.
◍ Screen size.
Answer: Physical dimension in pixels of a device's screen.
◍ Scalable Vector Graphics (SVG).
Answer: A W3C recommended language that uses XML to describe
graphics and graphical applications. SVG was developed by various
vendors, including Adobe, Microsoft and Sun. SVG is an open standard.
◍ <figcaption>.
Answer: defines a caption for a <figure> element.
,◍ transition-timing-function.
Answer: controls transition speed
◍ Mobile web browser.
Answer: A web browser designed for mobile devices that can display web
pages using HTML, CSS, and JavaScript.
◍ Describe the differences between HTML and XML.
Answer: HTML files and XML files have different file extensions (.html
and .xml).HTML is a display language, while XML is a data storage
language.
◍ In HTML, which attribute is used to specify that an input field must be filled
out?.
Answer: required
◍ True or false? UTF-8 is not the default character encoding for XML
documents..
Answer: False
◍ placeholder.
Answer: The <input> attribute that provides a hint to the user about the
information being requested.
◍ CSS rule for empty paragraphs.
Answer: p:empty { width: 100px; height: 20px; background: #ff0000; }
◍ Liquid layout.
Answer: Ensures that the page elements will change dynamically depending
on the size of the browser window.
◍ In CSS, what is a at-rule?.
Answer: A CSS statement that starts with the @ character and instructs the
CSS engine how to behave.
◍ Lossy Compression.
Answer: Compression used by JPEG images. Some of the original picture
information is lost when compressed.
, ◍ animation-direction.
Answer: Specifies whether an animation should be played forwards,
backwards or in alternate cycles.
◍ Give examples of TLDs..
Answer: .com, .net, .org, .edu, .gov
◍ alt.
Answer: optional attribute to be used with the <img> element to support an
alternative to displaying the image. It is best practiced to use this image.
◍ MARGIN property values.
Answer: If the MARGIN property has 4 values- margin: 25px 50px 75px
100px THEN?
◍ What attribute inside the <label>...</label> element is used to associate the
label with a widget?.
Answer: for
◍ HSL Color Value.
Answer: Specified a color using the hsl(hue, saturation, lightness) function
by indicating the hue, saturation, and lightness values
◍ Invented XML Tags.
Answer: XML Tags can be invented.
◍ Local hyperlink.
Answer: A hyperlink that links one file on your hard drive to another file on
your hard drive.
◍ GIF (Graphics Interchange Format).
Answer: an image format commonly used for simple animated images.
◍ Off-site Web Analytics.
Answer: Identifying competitors, determining your company's market
penetration and consulting market research sources.
◍ Semantic element.
FOUNDATIONS FINAL TEST 2026
QUESTIONS WITH CORRECT
ANSWERS GRADED A+
◍ Yes it is. It has to be used by multiple languages. <example> is different
than <EXAMPLE>.
Answer: is XML Case-Senstive?
◍ grid-template-columns.
Answer: A CSS property that defines the grid container's number of
columns and optionally the width of each column.
◍ <caption>... </caption>.
Answer: An HTML table element that displays its content above and
centered its associated table.
◍ <ul> element.
Answer: Content appears as a list of bulleted items.
◍ <fieldset>.
Answer: tag is used to group related elements in a form.
◍ Wireframing.
Answer: The process of developing an outline for a Web presence
◍ ODBC.
Answer: Primary purpose is to allow an operating system to register a
database.
◍ pc.
Answer: picas - Absolute Unit
,◍ block-level element.
Answer: A markup element that affects at least an entire paragraph.
◍ Which of the following is an approach to design the desktop website first
and modify the design to fit smaller screens.
Answer: graceful degradation
◍ What is the XML equivalent to the HTML Doctype declaration?.
Answer: XML prolog
◍ Copyright and trademark infringement.
Answer: Retain a lawyer and obtain advice if another website used your
logos and you suspect infringement.
◍ Web Hyptertext Application Technology Working Group (WHATWG).
Answer: organization that develops a variety of web standards and whose
members include the major browser vendors. 2019
◍ JavaScript code does NOT.
Answer: need to reside in HTML documents to run
◍ Select the five (5) primary attributes for a <input> element..
Answer: idnameplaceholdertypevalue
◍ <ol> ... </ol>.
Answer: Stands for ordered list. Creates a numbered list when used with the
<Li>...</Li> tags.
◍ Screen size.
Answer: Physical dimension in pixels of a device's screen.
◍ Scalable Vector Graphics (SVG).
Answer: A W3C recommended language that uses XML to describe
graphics and graphical applications. SVG was developed by various
vendors, including Adobe, Microsoft and Sun. SVG is an open standard.
◍ <figcaption>.
Answer: defines a caption for a <figure> element.
,◍ transition-timing-function.
Answer: controls transition speed
◍ Mobile web browser.
Answer: A web browser designed for mobile devices that can display web
pages using HTML, CSS, and JavaScript.
◍ Describe the differences between HTML and XML.
Answer: HTML files and XML files have different file extensions (.html
and .xml).HTML is a display language, while XML is a data storage
language.
◍ In HTML, which attribute is used to specify that an input field must be filled
out?.
Answer: required
◍ True or false? UTF-8 is not the default character encoding for XML
documents..
Answer: False
◍ placeholder.
Answer: The <input> attribute that provides a hint to the user about the
information being requested.
◍ CSS rule for empty paragraphs.
Answer: p:empty { width: 100px; height: 20px; background: #ff0000; }
◍ Liquid layout.
Answer: Ensures that the page elements will change dynamically depending
on the size of the browser window.
◍ In CSS, what is a at-rule?.
Answer: A CSS statement that starts with the @ character and instructs the
CSS engine how to behave.
◍ Lossy Compression.
Answer: Compression used by JPEG images. Some of the original picture
information is lost when compressed.
, ◍ animation-direction.
Answer: Specifies whether an animation should be played forwards,
backwards or in alternate cycles.
◍ Give examples of TLDs..
Answer: .com, .net, .org, .edu, .gov
◍ alt.
Answer: optional attribute to be used with the <img> element to support an
alternative to displaying the image. It is best practiced to use this image.
◍ MARGIN property values.
Answer: If the MARGIN property has 4 values- margin: 25px 50px 75px
100px THEN?
◍ What attribute inside the <label>...</label> element is used to associate the
label with a widget?.
Answer: for
◍ HSL Color Value.
Answer: Specified a color using the hsl(hue, saturation, lightness) function
by indicating the hue, saturation, and lightness values
◍ Invented XML Tags.
Answer: XML Tags can be invented.
◍ Local hyperlink.
Answer: A hyperlink that links one file on your hard drive to another file on
your hard drive.
◍ GIF (Graphics Interchange Format).
Answer: an image format commonly used for simple animated images.
◍ Off-site Web Analytics.
Answer: Identifying competitors, determining your company's market
penetration and consulting market research sources.
◍ Semantic element.