HTML Flashcards

1
Q

what is an unordered list??

A

an unordered list is when the items on that list are not supposed to be in any particular sequence

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

the unordered list begins and ends with the _________and ____________ respectively.

A

<ul> </ul>

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

unordered list is also known as the ____________

A

bulleted list

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

the ordered list begins with _______ and _________ respectively.

A

<ol> </ol>

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

what is an ordered list??

A

an ordered list is used to display items in a specific order

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

ordered list is also known as the ___________

A

numbered list

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

what is the start attribute used for ??

A

an ordered list automatically starts with the no.1 but with the help of this attribute, you can start from a different number.

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

___________ attribute specifies that the list should be in descending order

A

reversed

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

____________ attribute specifies the type of numbering or bullets used to mark items in a list

A

type

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

True or False

Besides text, you can also display graphics, drawings, paintings, charts, maps, or photos on a web page

A

true

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

web browsers use various graphic formats such as ___________, _____________, and _______________.

A

GIFS, JPEG, AND PNG

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

the two types of images are:___________ and _______________

A

inline , external

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

when is an inline image displayed??

A

an inline image is displayed when the web page is opened and inserted within a line of text

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

when is an external image displayed??

A

external images are to be viewed with a separate link

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

to insert an inline image the ___________ tag is used

A

<img></img>

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

to insert an external image the ____________
_________ is used

A

anchor tag, <a></a>

17
Q

the __________ tag is used to insert images to the web page>

A

image

18
Q

_______________ attribute is used to add and define a source of an image on a web page

A

src

19
Q

what is a height attribute?

A

height attribute specifies height in pixels for an image either in the form of integers or percentage

20
Q

the width attribute specifies the width for an image either in _________ or _____________

A

integers, percentage

21
Q

what is the alt attribute ???

A

it helps you specify the text as an alternate to the image

22
Q

what is hyperlinking??

A

hyperlinking is a feature that allows you to link web pages together