D276 Practice Quiz #1: Introduction to Web Programming UPDATED ACTUAL
QUESTIONS AND CORRECT ANSWERS
A language that requires few plug-ins and standardizes HTML5
how video and audio are presented on a webpage.
HTML5
Lynx
Multiple Spoken Languages
Scripting Languages
A style sheet language that provides the formatting and CSS
"look" of a Webpage or document written in a markup
language.
CSS
HTML5
SGML
XML
A scripting language used to provide interactivity within a JavaScript
webpage.
JavaScript
CSS
SGML
XHTML
A markup language used for structuring and presenting HTML5
webpage content.
HTML5
CSS
SGML
XML
, Examine the following style rule. What is the selector? h1
h1 {
font-family: verdana
color: #000;
text-allign: center;
font-size: 4em;
}
h1
#000
color
{ ... }
Examine the following style rule. Identify a declaration. text-align: center;
h1 {
font-family: verdana
color: #000;
text-allign: center;
font-size: 4em;
}
text-align: center;
color
The entire block of code
Verdana
Which of the following is an example of how to add a <a href="index.html">Home</a>
hyperlink using HTML?
<a href="index.html">Home</a>
<href="#top">Top</href>
<link href="#top">Top</link>
<link="index.html">Home</link>
True or False? JavaScript code needs to reside inside False
HTML documents to run.
False
True
In what year did the Internet begin with four networked 1969
computers?
1969
1967
1972
1984
What is a document that is viewed in a web browser? Webpage
Webpage
PDF
Spreadsheet
Word document
QUESTIONS AND CORRECT ANSWERS
A language that requires few plug-ins and standardizes HTML5
how video and audio are presented on a webpage.
HTML5
Lynx
Multiple Spoken Languages
Scripting Languages
A style sheet language that provides the formatting and CSS
"look" of a Webpage or document written in a markup
language.
CSS
HTML5
SGML
XML
A scripting language used to provide interactivity within a JavaScript
webpage.
JavaScript
CSS
SGML
XHTML
A markup language used for structuring and presenting HTML5
webpage content.
HTML5
CSS
SGML
XML
, Examine the following style rule. What is the selector? h1
h1 {
font-family: verdana
color: #000;
text-allign: center;
font-size: 4em;
}
h1
#000
color
{ ... }
Examine the following style rule. Identify a declaration. text-align: center;
h1 {
font-family: verdana
color: #000;
text-allign: center;
font-size: 4em;
}
text-align: center;
color
The entire block of code
Verdana
Which of the following is an example of how to add a <a href="index.html">Home</a>
hyperlink using HTML?
<a href="index.html">Home</a>
<href="#top">Top</href>
<link href="#top">Top</link>
<link="index.html">Home</link>
True or False? JavaScript code needs to reside inside False
HTML documents to run.
False
True
In what year did the Internet begin with four networked 1969
computers?
1969
1967
1972
1984
What is a document that is viewed in a web browser? Webpage
Webpage
Spreadsheet
Word document