WGU C777 — Web Development Applications
Objective Assessment | Exam 200 Questions &
Answers with Rationales 2026/2027
Section 1: HTML Fundamentals
1. What does HTML stand for?
A. HyperText Markup Language
B. HighText Machine Language
C. Hyperlink Text Management Language
D. Hyper Tool Markup Language
Answer: A
Rationale: HTML stands for HyperText Markup Language and
defines the structure and meaning of web content.
2. Which declaration identifies an HTML5 document?
A. <html5>
B. <!DOCTYPE html>
C. <doctype html5>
D. <!HTML5>
Answer: B
Rationale: <!DOCTYPE html> tells the browser that the document
uses the HTML5 standard.
3. Which element represents the largest standard heading?
A. <heading>
B. <h6>
,C. <h1>
D. <head>
Answer: C
Rationale: <h1> is the highest-level heading; <h6> is the lowest.
4. Which element creates a paragraph?
A. <para>
B. <p>
C. <paragraph>
D. <text>
Answer: B
Rationale: The <p> element represents a paragraph.
5. Which element creates a hyperlink?
A. <link>
B. <href>
C. <a>
D. <url>
Answer: C
Rationale: The anchor <a> element creates hyperlinks.
6. Which attribute specifies the destination of an anchor?
A. src
B. href
C. destination
D. link
,Answer: B
Rationale: href specifies the URL or document destination.
7. Which element embeds an image?
A. <picture>
B. <img>
C. <image>
D. <src>
Answer: B
Rationale: <img> embeds an image resource.
8. Which image attribute provides alternative text?
A. title
B. description
C. alt
D. text
Answer: C
Rationale: The alt attribute provides alternative text for
accessibility and when images cannot be displayed.
9. Which element creates an unordered list?
A. <ol>
B. <ul>
C. <list>
D. <li>
, Answer: B
Rationale: <ul> creates an unordered list, while <ol> creates an
ordered list.
10. Which element represents an individual list item?
A. <item>
B. <li>
C. <listitem>
D. <i>
Answer: B
Rationale: <li> represents a list item within an ordered or
unordered list.
11. Which element creates an ordered list?
A. <ol>
B. <ul>
C. <ordered>
D. <list order>
Answer: A
Rationale: <ol> creates a numbered or otherwise ordered list.
12. Which HTML element represents emphasized text?
A. <em>
B. <italic>
C. <i-text>
D. <emphasis-text>
Objective Assessment | Exam 200 Questions &
Answers with Rationales 2026/2027
Section 1: HTML Fundamentals
1. What does HTML stand for?
A. HyperText Markup Language
B. HighText Machine Language
C. Hyperlink Text Management Language
D. Hyper Tool Markup Language
Answer: A
Rationale: HTML stands for HyperText Markup Language and
defines the structure and meaning of web content.
2. Which declaration identifies an HTML5 document?
A. <html5>
B. <!DOCTYPE html>
C. <doctype html5>
D. <!HTML5>
Answer: B
Rationale: <!DOCTYPE html> tells the browser that the document
uses the HTML5 standard.
3. Which element represents the largest standard heading?
A. <heading>
B. <h6>
,C. <h1>
D. <head>
Answer: C
Rationale: <h1> is the highest-level heading; <h6> is the lowest.
4. Which element creates a paragraph?
A. <para>
B. <p>
C. <paragraph>
D. <text>
Answer: B
Rationale: The <p> element represents a paragraph.
5. Which element creates a hyperlink?
A. <link>
B. <href>
C. <a>
D. <url>
Answer: C
Rationale: The anchor <a> element creates hyperlinks.
6. Which attribute specifies the destination of an anchor?
A. src
B. href
C. destination
D. link
,Answer: B
Rationale: href specifies the URL or document destination.
7. Which element embeds an image?
A. <picture>
B. <img>
C. <image>
D. <src>
Answer: B
Rationale: <img> embeds an image resource.
8. Which image attribute provides alternative text?
A. title
B. description
C. alt
D. text
Answer: C
Rationale: The alt attribute provides alternative text for
accessibility and when images cannot be displayed.
9. Which element creates an unordered list?
A. <ol>
B. <ul>
C. <list>
D. <li>
, Answer: B
Rationale: <ul> creates an unordered list, while <ol> creates an
ordered list.
10. Which element represents an individual list item?
A. <item>
B. <li>
C. <listitem>
D. <i>
Answer: B
Rationale: <li> represents a list item within an ordered or
unordered list.
11. Which element creates an ordered list?
A. <ol>
B. <ul>
C. <ordered>
D. <list order>
Answer: A
Rationale: <ol> creates a numbered or otherwise ordered list.
12. Which HTML element represents emphasized text?
A. <em>
B. <italic>
C. <i-text>
D. <emphasis-text>