Chp-1 Flashcards

(32 cards)

1
Q

The ___ element is a starting element in an HTML it indicates that document type definition being used by the document

A

<!Doctype html>

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

The ___is a tag in HTML that describe some aspects of contents of webpage

A

<meta></meta>

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

The <ol> tag defines an

A

Ordered list

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

An another list is created using the ___ tag

A

<ul>
</ul>

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

The ___ element creates an inline frame

A

<inframe>
</inframe>

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

___ tag is used to specify video on an HTML document

A

<video>
</video>

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

If a web developer wants to add the description to an image he must use ___ attribute of <img></img> tag

A

Alt

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

The ___ property is used to set position for an element

A

Position

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

The float property defines the ___ of content

A

Flow

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

____ is used with elements that overlap with each other

A

Positioning

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

HTML is an object oriented programming language

A

False

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

Charset is used for characters encoding declaration

A

True

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

An unordered list can be numerical or alphabetical

A

False

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

Multilevel list can be created in HTML5

A

True

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

Srccode specifies the HTML content of the page to show in the <iframe>

A

False

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

The ‘controls’ attribute is not used to add play, pause, and volume.

17
Q

.cs is the extension of CSS file

18
Q

___ element is used to create a linking image

19
Q

The ___ tag is used to embed audio files on Webpage

A

<audio>
</audio>

20
Q

A programmer wants to define range of age between 18 to 50 he will use a form with the following appropriate control

21
Q

___ charecter is used to create I’d in CSS

22
Q

List within another list either ___ list or ___ list is called nested list

A

Order or unordered

23
Q

Image maps are of two types __ and __

A

Client side and server side

24
Q

A CSS rule set contains __ and __

A

Selector and declaration block

25
Client side image map can be created using two elements
and
26
Attribute of tag is
Href Coords Alf
27
Attributes used with iframe are
Srcdoc Src Name
28
Following are the form controls
Email Search Tel
29
Attributes used with
Auto play Controls Loop
30
Css type are __, __ and __
Internal External Inline
31
Positioning types in css are
Static fixed Absolute
32
Types of floating properties are
Right left none