D276 | WGU | QUESTIONS VERIFIED ACCURATE ANSWERS
1. 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>
2. 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>
3. what code snipped indicates quotation marks?: <q></q>
<p>She said,<q>Go take the garbage out</q></p>
4. what code snippet indicates a page break?: <br>
5. Radio Button:
6. Which attribute is used by all form fields?: name
7. which image file supports transparency?: PNG
8. Which tag is optional when creating an HTML table?: <caption>
9. What is true of container tags and empty tags?: Container tags come in pairs and empty tags
stand alone
10. Which two attributes should be used within an image tag?: alt and src
11. Give an example of a semantic element: <nav>
12. what tag does not apply a default format or style?: <div>
13. which tag should contain introductory content?: <header>
14. What is the way <a> tag can be used?: Linking to a specific location on the same page
15. Which pair of characteristics is true of XML?: Case sensitive and disallows errors
16. Which pair of characteristics differentiate HTML from XML?: HTML is
,static XML is extensible
17. XML (Extensible Markup Language): Is used by businesses to interchange web site data with
many ditterent types of applications
18. External CSS: Allows element style updates to multiple pages from a single location
19. Internal CSS: What echnique for implementing CSS in an HTML file is used for page-level style declarations?
20. <link>: Tag used to reference an external CSS sheet within an HTML document
21. Which style rule selects and formats every childless paragraph element?: -
p:empty {
,22. Which CSS selector styles the first character of a sentence differently?: ::first-let-
ter
23. Which CSS selector represents the first-child pseudo-class selector?: :first-child
24. Name a unit of absolute size: px
25. Which CSS selector is used to style general sibling elements?: ~
26. What should be used to optimize a website for viewing across different
devices and improve a user's experience?: Responsive design
27. What are two unique characteristics that define a polygon hot spot?: Begins and
ends at the same pair of coordinates
Contains many pairs of coordinates
28. Site Map: Helps users find content throughout a website
29. Which pseudo-class changes the background color of the link
on mouse-over?: a:hover
30. Which pseudo-class can be used to change the default color of a link after it
has been clicked by the user?: a:visited
31. Which unit of measurement sets the text size of the <div> element to
be double that of the <html> element?: rem
32. Which two units make the size of an element responsive to screen size?: vw
vh
33. A website developer needs to create a website that looks suitable on mobile,
tablet, and desktop devices. Which type of web design should the developer
use?: Responsive Design
34. Which CSS properties are used to specify the amount of space between
grid columns and rows?: column-gap and row-gap
35. Which CSS rule should be used to create three columns of equal width?: -
, grid-template-columns: 1fr 1fr 1fr;
36. What is the global setting in Bootstrap that affects the overall text appear-
ance on a website?: Typography
37. Which Bootstrap installation option avoids bundling Bootstrap with the
source code of a website?: CDN
1. 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>
2. 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>
3. what code snipped indicates quotation marks?: <q></q>
<p>She said,<q>Go take the garbage out</q></p>
4. what code snippet indicates a page break?: <br>
5. Radio Button:
6. Which attribute is used by all form fields?: name
7. which image file supports transparency?: PNG
8. Which tag is optional when creating an HTML table?: <caption>
9. What is true of container tags and empty tags?: Container tags come in pairs and empty tags
stand alone
10. Which two attributes should be used within an image tag?: alt and src
11. Give an example of a semantic element: <nav>
12. what tag does not apply a default format or style?: <div>
13. which tag should contain introductory content?: <header>
14. What is the way <a> tag can be used?: Linking to a specific location on the same page
15. Which pair of characteristics is true of XML?: Case sensitive and disallows errors
16. Which pair of characteristics differentiate HTML from XML?: HTML is
,static XML is extensible
17. XML (Extensible Markup Language): Is used by businesses to interchange web site data with
many ditterent types of applications
18. External CSS: Allows element style updates to multiple pages from a single location
19. Internal CSS: What echnique for implementing CSS in an HTML file is used for page-level style declarations?
20. <link>: Tag used to reference an external CSS sheet within an HTML document
21. Which style rule selects and formats every childless paragraph element?: -
p:empty {
,22. Which CSS selector styles the first character of a sentence differently?: ::first-let-
ter
23. Which CSS selector represents the first-child pseudo-class selector?: :first-child
24. Name a unit of absolute size: px
25. Which CSS selector is used to style general sibling elements?: ~
26. What should be used to optimize a website for viewing across different
devices and improve a user's experience?: Responsive design
27. What are two unique characteristics that define a polygon hot spot?: Begins and
ends at the same pair of coordinates
Contains many pairs of coordinates
28. Site Map: Helps users find content throughout a website
29. Which pseudo-class changes the background color of the link
on mouse-over?: a:hover
30. Which pseudo-class can be used to change the default color of a link after it
has been clicked by the user?: a:visited
31. Which unit of measurement sets the text size of the <div> element to
be double that of the <html> element?: rem
32. Which two units make the size of an element responsive to screen size?: vw
vh
33. A website developer needs to create a website that looks suitable on mobile,
tablet, and desktop devices. Which type of web design should the developer
use?: Responsive Design
34. Which CSS properties are used to specify the amount of space between
grid columns and rows?: column-gap and row-gap
35. Which CSS rule should be used to create three columns of equal width?: -
, grid-template-columns: 1fr 1fr 1fr;
36. What is the global setting in Bootstrap that affects the overall text appear-
ance on a website?: Typography
37. Which Bootstrap installation option avoids bundling Bootstrap with the
source code of a website?: CDN