IST226 Final Flashcards
Choose the true statement below.
The content that displays in the browser id contained in the body section
Information about the web page is contained in the body section
The content that displays in the browser is contained in the body section.
You would like to conduct a survey and ask your web page visitors to indicate the operating systems that they use. Each visitor could use more than one computer operating system. Select the form control that is best to use for this purpose.
check box
The HTML5 __________ element visually displays a bar that depicts a numeric value within a specified range.
progress
An order form contains an area for web visitors to select their state or province. You need to limit the amount of space on the form that is used for this feature. Select the form control that is best to use for this purpose.
select list
_________ is a standard method or protocol for web pages to request special processing on the web server, such as database queries, sending e-mails, or handling form data.
Common Gateway Interface
Select the true statement from those listed below.
The input element with the =”date” will cause all browsers to display a calendar control
The required attribute will cause all browsers to verify that the user has entered information into the form control.
The input element with the type=”email” will cause all browsers to edit for a valid email address
The input element with the type=”email” will cause all browsers to edit for a valid email address
A type of graphic that can be made transparent and is commonly used on the Web is:
gif
Select the tag used to place an image on a web page.
img
The tag used to create a horizontal line on a web page is:
hr
A(n) ____ is an image that is configured so that parts of the image can be used as one or more hyperlinks.
image map
Select the main reason for the initial development of the World Wide Web from the list below:
To allow companies to advertise over the Internet
To allow communication between researchers and links between research papers
To allow communication between researchers and links between research papers
Select the XHTML tag below that configures a textbox with the name “email” and a width of 40 characters.
Select the true statement below:
Animation should be used to appeal to all target audiences
Animation should be used only if it enhances your web site
Animation should be used only if it enhances your web site
Use the ______ property to configure rounded corners with CSS.
border-radius
Select the attribute used to limit the width of a text box as displayed in a browser.
size
Select the item below that does not belong in a consistent website design.
a similar navigation area on each content page
a different background color on each page
a different background color on each page
Select an activity of the Evaluation Phase:
choose a web authoring tool
determine if the goals of the website have been met
determine if the goals of the website have been met
Select the best reason to include height and width attributes on an img tag
they are required attributes and must always be included.
to help the browser display the image in its own window
to help the browser render the page faster because it reserves the appropriate space for the image
to help the browser render the page faster because it reserves the appropriate space for the image
Which of the following is not a web design recommended practice?
use frames whenever possible
limit the use of animated items
use frames whenever possible
Select the form control below that would be appropriate to accept comments about your web site.
text box, scrolling text box
scrolling text box
Select the type of form control that “disguises” the characters that are typed.
password, encrypt
password
The Analysis Phase of a web site project determines:
“what” the site will do- not “how” it will be done
the information topics of the site
the content requirements of the site
all
all
The purpose of the __________ is to configure a label for a fieldset>.
form>, label>, p>, legend>
legend>