1.3.4 HTML Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

html

A

Indicates the page is using hypertext markup language .

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

head

A

Data about the page is placed in the head section.

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

title

A

Gives the web page a title in the bar at the top of the browser, use title tag in the head section.

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

body

A

The content of the page is placed in the body section

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

img

A

This inserts the image: image.jpg with the width of 440 pixels and the height of 310 pixels. And adds the caption “This is a picture of”.

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

alt

A

alt attribute specifies an alternate text for an image, if the image cannot be displayed. The alt attribute provides alternative information for an image if a user for some reason cannot view it (because of slow connection, an error in the src attribute, or if the user uses a screen reader).

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