Week 3 Flashcards

1
Q

What are the two ways in which images can be added to a document?

A
  1. As a background image using CSS

2. Embedded inline in content with HTML

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

What do “SRC”, “TITLE” and “ALT” mean?

A

SRC - source or location of the image
ALT - “alternative text” that allows you to describe the contents of the image in cases where the user cannot see it
TITLE - Text to additionally describe characteristics of the image or what it represents

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

How are the height and width of images measured?

A

Pixels

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

True or False: Images are inline elements?

A

True

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

Can you put a form within another form?

A

No

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

What are the two parts of a form?

A

Action - Provides the location (URL) of the application or script that will be used to process the form
Method - Specifies how the information will be sent (POST secure and GET not secure )

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

Which other element is <span> the inline equivalent to?</span>

A

<div></div>

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