WGU D276 EXAM PAPER WITH DETAILED
QUESTIONS AND RELIABLE ANSWERS
◉ The line break element creates a line break in a paragraph, such
that content after the line break appears on new line.
Answer: <br>
◉ element that encases a collection of related content.
Answer: <section>...</section>
◉ a heading element that typically provides a title for each
section. Values range from h1 through h6, h1 being the largest and
h6 being the smallest.
Answer: <h1>...<h1>
◉ HTML comment, a portion of the html document that is not
displayed by the browser.
Answer: <!--...-->
◉ unordered list element; a bulleted list
Answer: <ul>...</ul>
◉ The List Item element; surrounds each item in a list.
Answer: <li>...</li>
, ◉ ordered list element; numbered or lettered list
Answer: <ol>...</ol>
◉ A CSS property that provides the ability to change the bullet
used in an unordered list and offers more numbering options in
an ordered list.
Answer: list-style-type
◉ A list that is an element of another list.
Answer: Nested list
◉ An HTML structure that allows data to be organized in rows
and columns.
Answer: <table>...</table>
◉ A location within an HTML table structure at a specific row and
column
Answer: Cell
◉ html table row element; contains all the cells in a row.
Answer: <tr>...</tr>
◉ An HTML table header; creates a cell whose content is centered
and bold. Typically used for column and row headings.
QUESTIONS AND RELIABLE ANSWERS
◉ The line break element creates a line break in a paragraph, such
that content after the line break appears on new line.
Answer: <br>
◉ element that encases a collection of related content.
Answer: <section>...</section>
◉ a heading element that typically provides a title for each
section. Values range from h1 through h6, h1 being the largest and
h6 being the smallest.
Answer: <h1>...<h1>
◉ HTML comment, a portion of the html document that is not
displayed by the browser.
Answer: <!--...-->
◉ unordered list element; a bulleted list
Answer: <ul>...</ul>
◉ The List Item element; surrounds each item in a list.
Answer: <li>...</li>
, ◉ ordered list element; numbered or lettered list
Answer: <ol>...</ol>
◉ A CSS property that provides the ability to change the bullet
used in an unordered list and offers more numbering options in
an ordered list.
Answer: list-style-type
◉ A list that is an element of another list.
Answer: Nested list
◉ An HTML structure that allows data to be organized in rows
and columns.
Answer: <table>...</table>
◉ A location within an HTML table structure at a specific row and
column
Answer: Cell
◉ html table row element; contains all the cells in a row.
Answer: <tr>...</tr>
◉ An HTML table header; creates a cell whose content is centered
and bold. Typically used for column and row headings.