C779 WGU v5 - Web Development Foundations
Learning Check Exam Practice 2026 Guide
1. What is the functional purpose of HTML in web de- Browsers decode, or
sign? translate, HTML to render
a webpage.
-It is used for making complex or fancy webpage con-
tent.
-Browsers decode, or translate, HTML to render a web-
page.
-It is the protocol to exchange files over the internet.
-It is a supporting markup language to store data.
2. Which basic type of editor is used to develop HTML and Pure
CSS files?
-Rich
-Pure
-Microsoft Word
-Apple Pages
3. Which characteristic of XML indicates it is an extend- The set of XML tags is un-
able markup language? limited.
-The set of XML tags is unlimited.
-XML can have element tags and self-closing tags.
-XML tags can have attributes.
-XML tags can have several parameters.
4. Which two statements accurately describe the differ- -HTML is a display lan-
ences between HTML and XML? Choose 3 answers. guage, while XML is a data
storage language.
-HMTL is case sensitive, while XML is not case sensi- -HTML files and XML files
, C779 WGU v5 - Web Development Foundations
Learning Check Exam Practice 2026 Guide
tive. have ditterent extensions
-HTML is a display language, while XML is a data stor- (.html and .xml).
age language. -HTML can tolerate simple
-HTML files and XML files have different extensions syntax mistakes, while XML
(.html and .xml). does not accept any syntax
-HTML can tolerate simple syntax mistakes, while XML mistakes.
does not accept any syntax mistakes.
5. Which HTML tag is used to indicate the first heading <h1>
level in a web page?
- <head>
- <h1>
- <h0>
- <first>
6. Which option indicates a correctly formatted comment <!-- this is a section -->
for an HTML file?
- <!-- this is a section --/>
- <-- this is a section -->
- <!-- this is a section -->
- <-- this is a section --/>
7. What is the purpose of the CSS standard? Simplifies the definition of
styles in web pages.
-Simplifies the definition of styles in web pages.
-Data storage.
-Allows commerce in the WWW.
-Replacement for HTML.
8. Which among these options is an invalid CSS rule-set? p{ text-align:right; arial; }
Learning Check Exam Practice 2026 Guide
1. What is the functional purpose of HTML in web de- Browsers decode, or
sign? translate, HTML to render
a webpage.
-It is used for making complex or fancy webpage con-
tent.
-Browsers decode, or translate, HTML to render a web-
page.
-It is the protocol to exchange files over the internet.
-It is a supporting markup language to store data.
2. Which basic type of editor is used to develop HTML and Pure
CSS files?
-Rich
-Pure
-Microsoft Word
-Apple Pages
3. Which characteristic of XML indicates it is an extend- The set of XML tags is un-
able markup language? limited.
-The set of XML tags is unlimited.
-XML can have element tags and self-closing tags.
-XML tags can have attributes.
-XML tags can have several parameters.
4. Which two statements accurately describe the differ- -HTML is a display lan-
ences between HTML and XML? Choose 3 answers. guage, while XML is a data
storage language.
-HMTL is case sensitive, while XML is not case sensi- -HTML files and XML files
, C779 WGU v5 - Web Development Foundations
Learning Check Exam Practice 2026 Guide
tive. have ditterent extensions
-HTML is a display language, while XML is a data stor- (.html and .xml).
age language. -HTML can tolerate simple
-HTML files and XML files have different extensions syntax mistakes, while XML
(.html and .xml). does not accept any syntax
-HTML can tolerate simple syntax mistakes, while XML mistakes.
does not accept any syntax mistakes.
5. Which HTML tag is used to indicate the first heading <h1>
level in a web page?
- <head>
- <h1>
- <h0>
- <first>
6. Which option indicates a correctly formatted comment <!-- this is a section -->
for an HTML file?
- <!-- this is a section --/>
- <-- this is a section -->
- <!-- this is a section -->
- <-- this is a section --/>
7. What is the purpose of the CSS standard? Simplifies the definition of
styles in web pages.
-Simplifies the definition of styles in web pages.
-Data storage.
-Allows commerce in the WWW.
-Replacement for HTML.
8. Which among these options is an invalid CSS rule-set? p{ text-align:right; arial; }