html review Flashcards

1
Q

What are HTML elements?

A

Elements are what we use to tell the browser how we want the supplied data to be displayed.

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

Elements are what we use to tell the browser how we want the supplied data to be displayed are called what?

A

HTML elements

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

What is a ‘tag’?

A

An element consists of an opening and closing tag. The data supplied between the tags will be displayed per the instructions of the element.

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

How does the browser use HTML to create what I see?

A

The browser reads and interprets the HTML file to understand how the developer intended the data to appear on the screen.

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

What are the basic HTML elements?

A

The elements we learned about yesterday were ‘html’, ‘head’, ‘body’, ‘p’, ‘span’, ‘div’, and ‘h1’- ‘h6’

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