D276 PRACTICE QUIZ #1: INTRODUCTION TO WEB
PROGRAMMING | WGU | QUESTIONS VERIFIED
ACCURATE ANSWERS
A language that requires few plug-ins and standardizes how video and audio are
presented on a webpage.
HTML5
Lynx
Multiple Spoken Languages
Scripting Languages - Answers -HTML5
A style sheet language that provides the formatting and "look" of a Webpage or
document written in a markup language.
CSS
HTML5
SGML
XML - Answers -CSS
A scripting language used to provide interactivity within a webpage.
JavaScript
CSS
SGML
XHTML - Answers -JavaScript
A markup language used for structuring and presenting webpage content.
HTML5
CSS
SGML
XML - Answers -HTML5
Examine the following style rule. What is the selector?
h1 {
font-family: verdana
color: #000;
text-allign: center;
font-size: 4em;
}
h1
#000
color
{ ... } - Answers -h1
, Examine the following style rule. Identify a declaration.
h1 {
font-family: verdana
color: #000;
text-allign: center;
font-size: 4em;
}
text-align: center;
color
The entire block of code
Verdana - Answers -text-align: center;
Which of the following is an example of how to add a hyperlink using HTML?
<a href="index.html">Home</a>
<href="#top">Top</href>
<link href="#top">Top</link>
<link="index.html">Home</link> - Answers -<a href="index.html">Home</a>
True or False? JavaScript code needs to reside inside HTML documents to run.
False
True - Answers -False
In what year did the Internet begin with four networked computers?
1969
1967
1972
1984 - Answers -1969
What is a document that is viewed in a web browser?
Webpage
PDF
Spreadsheet
Word document - Answers -Webpage
What is text that has links to other text, images, videos, and more?
Hypertext
doctype
HTML
manifest - Answers -Hypertext
Creates all web standards.
World Wide Web Consortium (W3C)
American Disabilities Act (ADA)
Section 508 of the Rehabilitation Act
PROGRAMMING | WGU | QUESTIONS VERIFIED
ACCURATE ANSWERS
A language that requires few plug-ins and standardizes how video and audio are
presented on a webpage.
HTML5
Lynx
Multiple Spoken Languages
Scripting Languages - Answers -HTML5
A style sheet language that provides the formatting and "look" of a Webpage or
document written in a markup language.
CSS
HTML5
SGML
XML - Answers -CSS
A scripting language used to provide interactivity within a webpage.
JavaScript
CSS
SGML
XHTML - Answers -JavaScript
A markup language used for structuring and presenting webpage content.
HTML5
CSS
SGML
XML - Answers -HTML5
Examine the following style rule. What is the selector?
h1 {
font-family: verdana
color: #000;
text-allign: center;
font-size: 4em;
}
h1
#000
color
{ ... } - Answers -h1
, Examine the following style rule. Identify a declaration.
h1 {
font-family: verdana
color: #000;
text-allign: center;
font-size: 4em;
}
text-align: center;
color
The entire block of code
Verdana - Answers -text-align: center;
Which of the following is an example of how to add a hyperlink using HTML?
<a href="index.html">Home</a>
<href="#top">Top</href>
<link href="#top">Top</link>
<link="index.html">Home</link> - Answers -<a href="index.html">Home</a>
True or False? JavaScript code needs to reside inside HTML documents to run.
False
True - Answers -False
In what year did the Internet begin with four networked computers?
1969
1967
1972
1984 - Answers -1969
What is a document that is viewed in a web browser?
Webpage
Spreadsheet
Word document - Answers -Webpage
What is text that has links to other text, images, videos, and more?
Hypertext
doctype
HTML
manifest - Answers -Hypertext
Creates all web standards.
World Wide Web Consortium (W3C)
American Disabilities Act (ADA)
Section 508 of the Rehabilitation Act