Chp-1 Flashcards

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.

A

False

17
Q

.cs is the extension of CSS file

A

False

18
Q

___ element is used to create a linking image

A

<img></img>

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

A

Range

21
Q

___ charecter is used to create I’d in CSS

A

#

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
Q

Client side image map can be created using two elements

A

<area></area>

and <map>

26
Q

Attribute of<area></area> tag is

A

Href
Coords
Alf

27
Q

Attributes used with iframe are

A

Srcdoc
Src
Name

28
Q

Following are the form controls

A

Email
Search
Tel

29
Q

Attributes used with <audio> tag</audio>

A

Auto play
Controls
Loop

30
Q

Css type are __, __ and __

A

Internal
External
Inline

31
Q

Positioning types in css are

A

Static
fixed
Absolute

32
Q

Types of floating properties are

A

Right left none