Hybrid 1-3 Flashcards

1
Q

What type of HTML form element is used for clearing form data?

A

The “reset” element

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

T/F - The W3D created the Web Accessibility Initiative (WAI) In 1997 to improve the accessibility of websites

A

False. It’s the W3C that created WAI (Web Accessibility Initiative)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The <fieldset> element uses the _____________ element to display a caption for the fieldset:

A

<legend>
</legend>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What tag is used to create a drop down list in the form ?

A

<select></select>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

T/F - Accessibility focuses on how a disabled person accesses or benefits from a site, system or application

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Select the HTML tag below that configures a textarea with the name “details” and a width of 60 columns and 5 rows.

A textarea name=”email” cols=”60” rows=”5”Details …</textarea>

B input type=”text” name=”email” size=”60” rows=”5”/>

C textarea name=”details” cols=”40” rows=”5”Details …</textarea>

D textarea name=”details” cols=”60” rows=”5”Details …</textarea>

A

D textarea name=”details” cols=”60” rows=”5”Details …</textarea>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Attribute inside of the form tag that specifies where the form data is sent when the form is submitted

A

aciton

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the difference between radio buttons and checkboxes?

A

Only one radio button can be selected. Users can select more than one checkbox.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which one of the following is NOT a form element?

radio button

div tag

submit button

text box

A

div tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the size of an IP address in IPv4?

A

32 bit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A DNS server’s primary role is to convert

A

The domain name to an IP address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

T/F - TCP/IP stands for transmission control protocol/Internet protocol and is a set of communications protocols used to connect devices on a network.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

An international community that develops open standards to ensure the long-term growth of the Web.

A

W3C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

T/F - Port number 80 is assigned to Hypertext Transfer Protocol (HTTP)

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

T/F - Given a domain name, a DNS server returns an IP address

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

A 404 message indicates that a domain name is not recognized

A

False

17
Q

What tag is used to link web pages to other pages?

A

<a></a>

18
Q

HTML documents have the file extension ____

A

HTML

19
Q

T/F - The following example is correct
<img “birthday.jpg”>

A

False.
Should be <mg src=”birthday.jpg”

20
Q

What happens when HTML is broken due a bug in the code?

A

The browser will attempt to guess what you meant, and does its best to fix the bug itself

21
Q

What is the primary purpose of an HTML form?

A

To get info from the user

22
Q

Attribute in form tag giving location where form’s data should be sent is:

A

an action

23
Q

Other than visual appearance what is important about headers?

A

They create an organizational hierarchy

24
Q

T/F - The following HTML is correct:

<p>Welcome to <!--CST8285, COURSE</p>--> A WEB PROGRAMMING
</p>

A

False

25
Q

T/F - HTML is case sensitive

A

False

26
Q

Ordered list tag

A

<ol>
</ol>