HTML Flashcards

1
Q

What does HTML stand for?

A

Hyper Text Markup Language

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

What is the definition of HTML?

A

Programming language used to create and display webpages.

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

What is the definition of a Tag?

A

The name given to an element in the HTML code. Each tag is contained in chevrons (<>) and should have an opening and closing tag, however there are some exceptions to the rule e.g. <img></img>

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

What is the definition of an Opening Tag?

A

The first part of the tag.

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

What is the definition of a Closing Tag?

A

The last part of the tag that tells the browser that the tag has ended. Has a ‘/‘ to show the difference between the opening and closing tag.

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

What is the definition of an Attribute?

A

HTML attributes give elements meaning and context e.g. <img></img> needs a source ‘src’.

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

What are Chevrons?

A

< >

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

What are these called: < >?

A

Chevrons

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