WGU D276 WEB DEVELOPMENT
FOUNDATIONS CERTIFICATION
SCRIPT 2026 QUESTIONS WITH
SOLUTIONS GRADED A+
◍ Trouble ticket.
Answer: A record of a problem related to a service provider by an ISP or
cloud service provider. Used to record receipt of a complaint and track
resolution of the problem.
◍ Website.
Answer: a collection of related webpages
◍ Anchor tag.
Answer: The <a></a> tag is needed to create a hyperlink.
◍ Metalanguage.
Answer: A language used for defining other languages
◍ SLD (second level domain).
Answer: Second-Level Domain, such as 'wikipedia' in wikipedia.org.
◍ Correct HTML for adding a yellow background color?.
Answer: <body style="background-color:yellow;">
◍ Web Server.
Answer: A program that serves webpages to browsers.
◍ HTML element that defines navigation links?.
Answer: <nav>
◍ absolute.
Answer: The CSS position property value that positions an element relative
, to the nearest positioned ancestor.
◍ What is true of container tags and empty tags?.
Answer: Container tags come in pairs and empty tags stand alone
◍ HTML used to open a link in a new tab/browser window..
Answer: <a href="url" target"_blank">
◍ Give examples of properties to be used with the box-shadow CSS property.
Answer: blur-radiuscolorinsetoffset-xoffset-yspread-radius
◍ Viewing HTML via page source vs inspector.
Answer: The inspector displays HTML as represented by the rendered
DOM.
◍ Table border in HTML5.
Answer: The correct way to define table border is <table style="border: 1px
solid black;">.
◍ Chrome DevTools.
Answer: A collection of web development tools that are built into the
desktop Chrome browser.
◍ What is the easiest method for opening the Chrome devtools?.
Answer: pressing the f12 key on your keyboard while using Chrome
◍ animation-delay property.
Answer: specifies a delay for the start of an animation
◍ Negotiation Strategy.
Answer: Have the team manager contact the sales representative's manager.
◍ Nested List.
Answer: A list within a list item of another list.
◍ type attribute.
Answer: Indicates the widget type; common types include text, password,
submit, and button.
◍ True. XML leaves it exactly how it was entered.
, Answer: True or False: XML does not truncate multiple white-spaces
◍ GUI HTML Editor.
Answer: Have not kept pace with the evolution of HTML, and do not
provide options for more recent markup standards. However, many of these
allow you to modify your HTML code manually. If you know HTML, you
can maximize the benefit of these programs by adding code.
◍ Attribute.
Answer: Provides additional information about the HTML element and is
included only in the opening element tag.
◍ Technology for animated text.
Answer: DHTML (Dynamic HTML)
◍ Keyframe list.
Answer: A named list that contains the keyframes or the properties and
values that will be animated.
◍ tbody.
Answer: An optional table body element that defines the table body.
◍ ID Addtribute.
Answer: Creates a fragment identifier, permitting URLs to link directly to
the id's location in the document.
◍ Identify the query string in the following URL.
Answer: ?firstname=John&lastname=Smith
◍ Combinator Selectors.
Answer: select elements based on a specific relationship between them
◍ In what year did the Internet begin with four networked computers?.
Answer: 1969
◍ What CSS position property value positions an element relative to the
nearest positioned ancestor?.
Answer: absolute
, ◍ text-shadow.
Answer: A CSS property that adds a shadow to text. It accepts four values:
offset-x, offset-y, blur-radius, and color.
◍ <h4>.
Answer: The h4 tag is similar to the paragraph tag </p>.
◍ Action Attribute.
Answer: Indicates the URL where the form data should be sent.
◍ img element.
Answer: The <img> element is: A void element Has no closing tag.
◍ <p>...</p>.
Answer: a paragraph element, the basic unit of text in an HTML document
◍ Nested List.
Answer: A list that is an element of another list. A list within a list.
◍ Advantage of GUI HTML editor over text editor.
Answer: GUI editors contain an FTP tool built into software.
◍ World Wide Web Consortium (W3C).
Answer: An international community that develops open standards for the
Web. Created in 1993
◍  .
Answer: non-breaking space entity
◍ If padding property has 2 values.
Answer: they cover top and bottom, and left and right
◍ Serif.
Answer: A font style that uses characters with small decorative additions at
the outermost points of the character, called strokes. Including the Times
and Times New Roman fonts.
◍ JSP.
Answer: CGI technology that uses the Java programming language to
FOUNDATIONS CERTIFICATION
SCRIPT 2026 QUESTIONS WITH
SOLUTIONS GRADED A+
◍ Trouble ticket.
Answer: A record of a problem related to a service provider by an ISP or
cloud service provider. Used to record receipt of a complaint and track
resolution of the problem.
◍ Website.
Answer: a collection of related webpages
◍ Anchor tag.
Answer: The <a></a> tag is needed to create a hyperlink.
◍ Metalanguage.
Answer: A language used for defining other languages
◍ SLD (second level domain).
Answer: Second-Level Domain, such as 'wikipedia' in wikipedia.org.
◍ Correct HTML for adding a yellow background color?.
Answer: <body style="background-color:yellow;">
◍ Web Server.
Answer: A program that serves webpages to browsers.
◍ HTML element that defines navigation links?.
Answer: <nav>
◍ absolute.
Answer: The CSS position property value that positions an element relative
, to the nearest positioned ancestor.
◍ What is true of container tags and empty tags?.
Answer: Container tags come in pairs and empty tags stand alone
◍ HTML used to open a link in a new tab/browser window..
Answer: <a href="url" target"_blank">
◍ Give examples of properties to be used with the box-shadow CSS property.
Answer: blur-radiuscolorinsetoffset-xoffset-yspread-radius
◍ Viewing HTML via page source vs inspector.
Answer: The inspector displays HTML as represented by the rendered
DOM.
◍ Table border in HTML5.
Answer: The correct way to define table border is <table style="border: 1px
solid black;">.
◍ Chrome DevTools.
Answer: A collection of web development tools that are built into the
desktop Chrome browser.
◍ What is the easiest method for opening the Chrome devtools?.
Answer: pressing the f12 key on your keyboard while using Chrome
◍ animation-delay property.
Answer: specifies a delay for the start of an animation
◍ Negotiation Strategy.
Answer: Have the team manager contact the sales representative's manager.
◍ Nested List.
Answer: A list within a list item of another list.
◍ type attribute.
Answer: Indicates the widget type; common types include text, password,
submit, and button.
◍ True. XML leaves it exactly how it was entered.
, Answer: True or False: XML does not truncate multiple white-spaces
◍ GUI HTML Editor.
Answer: Have not kept pace with the evolution of HTML, and do not
provide options for more recent markup standards. However, many of these
allow you to modify your HTML code manually. If you know HTML, you
can maximize the benefit of these programs by adding code.
◍ Attribute.
Answer: Provides additional information about the HTML element and is
included only in the opening element tag.
◍ Technology for animated text.
Answer: DHTML (Dynamic HTML)
◍ Keyframe list.
Answer: A named list that contains the keyframes or the properties and
values that will be animated.
◍ tbody.
Answer: An optional table body element that defines the table body.
◍ ID Addtribute.
Answer: Creates a fragment identifier, permitting URLs to link directly to
the id's location in the document.
◍ Identify the query string in the following URL.
Answer: ?firstname=John&lastname=Smith
◍ Combinator Selectors.
Answer: select elements based on a specific relationship between them
◍ In what year did the Internet begin with four networked computers?.
Answer: 1969
◍ What CSS position property value positions an element relative to the
nearest positioned ancestor?.
Answer: absolute
, ◍ text-shadow.
Answer: A CSS property that adds a shadow to text. It accepts four values:
offset-x, offset-y, blur-radius, and color.
◍ <h4>.
Answer: The h4 tag is similar to the paragraph tag </p>.
◍ Action Attribute.
Answer: Indicates the URL where the form data should be sent.
◍ img element.
Answer: The <img> element is: A void element Has no closing tag.
◍ <p>...</p>.
Answer: a paragraph element, the basic unit of text in an HTML document
◍ Nested List.
Answer: A list that is an element of another list. A list within a list.
◍ Advantage of GUI HTML editor over text editor.
Answer: GUI editors contain an FTP tool built into software.
◍ World Wide Web Consortium (W3C).
Answer: An international community that develops open standards for the
Web. Created in 1993
◍  .
Answer: non-breaking space entity
◍ If padding property has 2 values.
Answer: they cover top and bottom, and left and right
◍ Serif.
Answer: A font style that uses characters with small decorative additions at
the outermost points of the character, called strokes. Including the Times
and Times New Roman fonts.
◍ JSP.
Answer: CGI technology that uses the Java programming language to