Elements & Structure Flashcards

1
Q

What does “HTML” stand for?

A

HyperText Markup Language

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

What is a markup language?

A

A markup language is a computer language that defines the structure and presentation of raw text.

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

What is HyperText?

A

HyperText is text displayed on a computer or device that provides access to other text through links, also known as hyperlinks.

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

How does HTML work with computers?

A

In HTML, the computer can interpret raw text that is wrapped in HTML elements.

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

What is HTML composed of?

A

HTML is composed of elements.

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

What do the elements in HTML do?

A

The elements structure the webpage and define its content.

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

What defines an HTML element?

A

A tag and a component between itself.

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

What is an HTML element?

A

A unit of content in an HTML document formed by HTML tags and the text or media it contains.

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

What is an HTML tag?

A

The element name, surrounded by an opening () angle bracket.

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

What is an Opening Tag?

A

The first HTML tag used to start an HTML element. Indicated by an open and closed angle bracket (<>).

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

What is a Closing Tag?

A

The second HTML tag used to end an HTML element. Indicated by an open and closed angle bracket, but with a forward slash directly after the left angle bracket (>).

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

What is the Content in an HTML element?

A

The information (text or other elements) contained between the opening and closing tags of an HTML element.

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