1|Page
WGU D276 OA AND PRACTICE EXAM NEWEST 2026 TEST
BANK| D276 WEB DEVELOPMENT FOUNDATIONS OA AND PA
EXAM WITH COMPLETE 600 REAL EXAM QUESTIONS AND
CORRECT DETAILED ANSWERS (VERIFIED ANSWERS) GRADED
A+ (BRAND NEW!!)
What 2 code snippets can be used to increase the weight of a text's font
to indicate that it is important?
<p><strong>
<p><b>
what code snippet can be used to style a word in bold? Example, I love
you. (with LOVE in bold)
<p>I<strong>love</strong>you</p>
what code snipped indicates quotation marks?
<q></q>
<p>She said,<q>Go take the garbage out</q></p>
what code snippet indicates a page break?
,2|Page
<br>
Which attribute is used by all form fields?
name
which image file supports transparency?
PNG
Which tag is optional when creating an HTML table?
<caption>
What is true of container tags and empty tags?
Container tags come in pairs and empty tags stand alone
Which two attributes should be used within an image tag?
alt and src
,3|Page
Give an example of a semantic element
<nav>
what tag does not apply a default format or style?
<div>
which tag should contain introductory content?
<header>
What is the way <a> tag can be used?
Linking to a specific location on the same page
Which pair of characteristics is true of XML?
Case sensitive and disallows errors
Which pair of characteristics differentiate HTML from XML?
, 4|Page
HTML is static
XML is extensible
XML (Extensible Markup Language)
Is used by businesses to interchange web site data with many different
types of applications
External CSS
Allows element style updates to multiple pages from a single location
Internal CSS
What echnique for implementing CSS in an HTML file is used for page-
level style declarations?
<link>
Tag used to reference an external CSS sheet within an HTML document
Which style rule selects and formats every childless paragraph element?
WGU D276 OA AND PRACTICE EXAM NEWEST 2026 TEST
BANK| D276 WEB DEVELOPMENT FOUNDATIONS OA AND PA
EXAM WITH COMPLETE 600 REAL EXAM QUESTIONS AND
CORRECT DETAILED ANSWERS (VERIFIED ANSWERS) GRADED
A+ (BRAND NEW!!)
What 2 code snippets can be used to increase the weight of a text's font
to indicate that it is important?
<p><strong>
<p><b>
what code snippet can be used to style a word in bold? Example, I love
you. (with LOVE in bold)
<p>I<strong>love</strong>you</p>
what code snipped indicates quotation marks?
<q></q>
<p>She said,<q>Go take the garbage out</q></p>
what code snippet indicates a page break?
,2|Page
<br>
Which attribute is used by all form fields?
name
which image file supports transparency?
PNG
Which tag is optional when creating an HTML table?
<caption>
What is true of container tags and empty tags?
Container tags come in pairs and empty tags stand alone
Which two attributes should be used within an image tag?
alt and src
,3|Page
Give an example of a semantic element
<nav>
what tag does not apply a default format or style?
<div>
which tag should contain introductory content?
<header>
What is the way <a> tag can be used?
Linking to a specific location on the same page
Which pair of characteristics is true of XML?
Case sensitive and disallows errors
Which pair of characteristics differentiate HTML from XML?
, 4|Page
HTML is static
XML is extensible
XML (Extensible Markup Language)
Is used by businesses to interchange web site data with many different
types of applications
External CSS
Allows element style updates to multiple pages from a single location
Internal CSS
What echnique for implementing CSS in an HTML file is used for page-
level style declarations?
<link>
Tag used to reference an external CSS sheet within an HTML document
Which style rule selects and formats every childless paragraph element?