HTML Flashcards

1
Q

What HTML tag is used to link to another website?

A

Anchor element

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

What is an absolute URL?

A

The URL to go to an external website

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

What is a relative URL?

A

relative url locates resources relative to an external URL

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

How do you indicate the relative link to a parent directory?

A

By using href followed by ../

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

How do you indicate the relative link to a child directory?

A

name of the child folder / files name

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

How do you indicate the relative link to a grand parent directory?

A

../../ file name

in other words dot dot slash, then dot dot slash, followed by the file name

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

How do you indicate the relative link to the same directory?

A

using the file name

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

What is the purpose of an HTML form element?

A

collecting information from the website visitiors

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

Give five examples of form control elements.

A

adding text, making choices, submitting forms, uploading files

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

Give three examples of type attributes for HTML elements.

A

text, radio, checkbox

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

Is an HTML element a block element or an inline element?

A

inline

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