HTML TAGS Flashcards

1
Q

p

A

opening and closing a paragragh

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

strong

A

makes the text between them bold

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

em

A

change the text between them to italics

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

h1-h6

A

Heading tags h1 is the biggest and H6 is the smallest

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

pre

A

lets you display the text exactly like it is typed with all the white spaces

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

ul

A

opening and closing an unordered list

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

ol

A

opening and closing an ordered list

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

dl

A

opening and closing a definition list

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

dt

A

the name or term in definition list

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

dd

A

the explanation in the definition list

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

img

A

a tag that does not need a closing tag. used to insert an image

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

img-src

A

attribute specifies a URL that identifies

the location of the image to be displayed. only tag in img that is mandatory.

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

img-alt

A

describes the image if the image can not be shown or if for instance a blind person is using a read at load it will read the alt text so that that person can know what the image is about

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

img-title

A

identifies the text when a mouse hovers over the image

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

img-longdesc

A

this attribute identifies another webpage that contains more information about the image

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

img - height and width

A

sets the height and with for the image

17
Q

a

A

anchor tag used for a hyperlink

18
Q

a- href

A

identifies the url that the tag is tinked to

19
Q

a - target

A

where the the browser will display the linked page it can be _blank, _self, _parent, _top

20
Q

a-rel

A

identifies what type of link is being created

21
Q

a-hreflang

A

identifies the language of the linked page

22
Q

a-type

A

attribute identifies the MIME type of the linked resource.

23
Q

form

A

this tag identifies a part of your web page that will act as a input form.

24
Q

form - action

A

identifies the url to where the data submitted in the form will go to

25
Q

form - method

A

defines how the data is sent to the server. get or post