INFO 202 Midterm
true
A browser will often use the file extension to determine the MIME type of a file.
element
An opening and closing HTML tag pair, together with the content enclosed between them, is called an HTML ____________________.
Describing the structure of a web page
HTML should be used for which of the following?
Dynamic
The 'D' in DHTML stands for _______________.
Document Object Model
The acronym DOM stands for which of the following?
type
The terms text, radio, checkbox, submit, and reset are values that we can use for the ________________ attribute of an input element.
An HTML input element with type value submit
To get a "Submit" button on a web form, which of the following should be used?
class selector
To give the same styles to a number of different elements that are "scattered here and there" on one of your web pages, you should probably use which of the following?
true
True or False? A JavaScript regular expression is delimited by two forward slashes.
false
True or False? A static web page provides interaction with the user by allowing user input or by retrieving and displaying data from a database, for example.
true
True or False? Communication protocols are used by humans as well as by computers.
true
True or False? If the action attribute of a form element is missing, the data from the form will not be sent to a server for processing.
False
True or False? If you want to place a list on a web page, you must enclose the list in an li tag pair.
false
True or False? JavaScript and PHP are both client-side programming languages.
true
True or False? Paddings, borders, and margins can appear on one, two, three, or all four sides of an HTML element.
true
True or False? The em is one of the relative measurement units in CSS.
true
True or False? Use the start attribute of the ol tag if you want to start numbering a list with a value of your choosing.
{ }
What are the delimiters used to enclose a CSS declaration block?
MySQL and PHP
What combination of technologies will eventually be used to handle "shopping cart" activity as a website develops?
Scripts
What is another name for the kinds of programs we will write to process our web forms?
An FQDN
What is something like www.mysite.yourhost.com called?
GROPE
Which of the following acronyms does not represent one of the "wired" Internet service technologies?
A word processing program
Which of the following are you likely to need least when starting your web development?
form
Which of the following elements is not a part of the basic structure of every web page?
float
Which of the following is a CSS property that can be used when designing the layout of a web page?
An ISP
Which of the following is needed in order to get connected to the Internet?
6.56.156.256
Which of the following is not a valid IP address?
option and select
Which of the following pairs "go together"?
A textarea element
Which of the following should you use if you want to get an opinion on something from your website visitors in the form of a paragraph to be typed into one of your forms?
fieldset
You use the legend element to accompany the _______________ element.