website developement/html

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/44

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

45 Terms

1
New cards

question: to group option buttons so that selecting one deselects all of the others, you must make the ____ attribute the same

name

2
New cards

question: Information entered into a field is called the field ____

value

3
New cards

question: The placeholder automatically disappears as soon as a user selects the ____ box.

input

4
New cards

question: CGI scripts can be written in which of the following languages?

any of them

5
New cards

question: You can specify an access key for an input element by using the ____ attribute.

accesskey

6
New cards

question: Text ____ are used for extended entries that can include several lines of text.

areas

7
New cards

question: The ____ attribute of the <form> tag represents the older standard for identifying each form on the page.

name

8
New cards

question: Label elements are normally ____ elements.

inline

9
New cards

question: When you link a label with an associated text element for scripting purposes, you must bind the label to the ____ attribute of the field.

id

10
New cards

question:    25.   When a form is submitted, the server receives the data in ____ pairs.

name/value

11
New cards

question:      4.   Selection lists usually appear in a ____ box.

drop-down list

12
New cards

question:    42.   To group option buttons so that selecting one deselects all of the others, you must make the ____ attribute the same.

name

13
New cards

question:    30.   The ____ style can be used to change label elements into block elements.

display:  block

14
New cards

question:    12.   Option buttons are sometimes called ____ buttons.

radio

15
New cards

question:      3.   Text ____ are used for extended entries that can include several lines of text.

areas

16
New cards

question:    19.   HTML 4 supports ____ different input types.

10

17
New cards

question:    25.   When a form is submitted, the server receives the data in ____ pairs.

name/value

18
New cards

question:    27.   When you link a label with an associated text element for scripting purposes, you must bind the label to the ____ attribute of the field.

id

19
New cards

question:    16.   The ____ attribute of the <form> tag represents the older standard for identifying each form on the page.

name

20
New cards

question:    17.   The ____ attribute has two possible values: get and post.

method

21
New cards

question: If you have four tags in each table row, that table has ____ columns.

four

22
New cards

question: The table header, table body, and table footer must all contain the same number of ____.

columns

23
New cards

question: Cellpadding value is expressible in ____

pixels

24
New cards

question: The number of columns is determined by the maximum number of ____ that are inserted within each row, according to the original HTML specifications.

cells

25
New cards

question: Which of the following is a table frame type?

vsides

26
New cards

question: If borders are collapsed and either border style is hidden, the collapsed border is ____.

hidden

27
New cards

question: With the frame value ____, a border is drawn only above the table.

above

28
New cards

question: In the tag, an alignment value of ____ places the caption below the table.

bottome

29
New cards

question: The ____ attribute allows you to determine which sides of the table will have borders.

frame

30
New cards

question: Tables are considered ____ elements.

block-level

31
New cards

question: With the frame value ____, a border is drawn only on the left-hand side of the table.

lhs

32
New cards

question: Cascading Style Sheets included support for Web tables starting with ____.

css2

33
New cards

question: One tip for the effective use of tables is to use cell ____ to keep the table content from appearing too crowded.

padding

34
New cards

question: Preformatted text is displayed by the browser in a ____ font.

monospace

35
New cards

question: With the frame value ____, a border is drawn only below the table.

below

36
New cards

   21.   A(n) ____ composition is smaller than a WAV or an MP3 file, but cannot include speech.

MIDI

37
New cards

   16.   ____ is a file compression format designed for Web audio and is an open source and royalty-free format.

Ogg Vorbis

38
New cards

   29.   With the embed element, the width and height of the object are measured in ____.

pixels

39
New cards

   11.   Sample resolution is sometimes referred to as ____.

bit depth

40
New cards

   18.   The ____ sound file format is used primarily on UNIX workstations.

AU

41
New cards

   27.   Which of the following sound file formats have a MIME type of audio/basic?

SND

42
New cards

     2.   Each measurement of a sound wave is called a(n) ____.

sample

43
New cards

   34.   ActiveX controls are identified using the ____ attribute.

classid

44
New cards

     8.   For most applications, saving sound files at the ____ bit resolution provides a good balance of sound quality and file size.

16

45
New cards

   52.   A(n) ____ file can provide real-time interactive animation for the viewer.

swf:

🌀 SWF (Small Web Format) files are designed to deliver real-time interactive animation in web browsers. Originally created by Macromedia and later owned by Adobe, SWF files were commonly used for:

  • Animated graphics

  • Interactive games

  • Web-based applications

They run using the Adobe Flash Player, which supported scripting and user interaction.

By contrast:

  • AIF: Audio format (no animation)

  • AVI: Video format (non-interactive)

  • FLV: Flash video format (streaming, not interactive animation)