HTML concepts Flashcards

1
Q

What is the purpose of the Doctype tag?

A

Tells the browser what version of html the page contains

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

HTML is typically rendered in what kind of program?

A

A web browser

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

HTML is typically generated by the client or server?

A

Server

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

HTML is typically displayed on the client or server?

A

Client

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

All HTML tags must have an opening and closing tag: true or false?

A

False

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

What is an example of a tag that does not have a closing tag?

A

img, br, hr, input, meta

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

What is the tag for creating a hyperlink to another page?

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

In the following code, we say the href is an _______ of the “a” tag.

A

attribute

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