wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

SDA Review Questions 41- 50

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Janice is creating a table to compare the price of various web design packages that customers on her e-commerce website can purchase. She wants to create table cells with the name of each package that are centered both horizontally and vertically. Which HTML tag should she use?

a)

<center>

b)

<caption>

c)

<th>

d)

<td>

2.

The web form on the Wikiliki Cafe website will not process. The <form> tag includes the method attribute but something is missing. What?

a)

The <input> tag needs the type attribute.

b)

The <form> tag needs the type attribute.

c)

The <form> tag needs the action attribute.

d)

The <input> tag needs the action attribute.

3.

The HTML <input> tag can be written nested in the <form> tags to create form fields. Which attribute is used with the <input> tag to determine the type of field that will appear?

a)

The type attribute

b)

The method attribute

c)

The action attribute

d)

The name attribute

4.

Which attribute of the form field tags (<input>, <textarea>, etc.) is used to organize the user information into the name=value pairs so that it can be sent to the processing script on the server?

a)

The name attribute

b)

The value attribute

c)

The type attribute

d)

The input attribute

5.

To ensure cross-platform compatibility and functionality web developers should validate their webpages and:

a)

test webpages in standards-compliant browsers only.

b)

test webpages in the latest version of each major web browser.

c)

test webpages in the most common browsers, including current and older versions.

d)

test webpages in the most popular web browser according to the target audience.

6.

When previewing a webpage using a GUI HTML editor, web designers are:

a)

limited to the default browser on their computer or device.

b)

limited to the browsers installed on their computer or device.

c)

receive an error because GUI editors cannot preview pages in a web browser.

d)

limited to two browser choices that are installed on their computer or deivce.

7.

Which web-based tool should be used to validate HTML files?

a)

http://www.vischeck.com

b)

http://jigsaw.w3.org

c)

http://validator.w3.org

d)

http://www.cynthiasays.com

8.

Which type of software application allows web designers to edit and validate source code as well as preview a webpage in multiple web browsers?

a)

A text editor

b)

A GUI editor

c)

An IDE

d)

The W3C editor

9.

Alena is coding a Web site using a GUI editor. She wants to be able to quickly check her code for errors and ensure that it complies with the HTML standard. What should she do?a. Validate the code using http://validator.w3.org.

a)

Validate the code using http://validator.w3.org.

b)

View the webpage in the web browser to see if it looks correct.

c)

Validate the code using http://validator.w3.org and render the webpage in the web browser.

d)

Use the validation tool that is built-in to the GUI editor.

10.

Bela is creating a website using the HTML5 standard. She plans to use CSS but is unsure of which CSS standard HTML5 supports. Which CSS standards can she use?

a)

Any CSS standard

b)

The CSS2 and CSS3 standards onl

c)

The CSS3 standard only

d)

The CSS1 and CSS2 standards only