HTML and CSS 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 do you need to do to share your new web page to the world?

A

Put the file on a web server.

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

Every element starts and ends with what?

A

Tag

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

The first tag in an element is called an…?

A

Opening tag

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

The tag with a slash is called a…?

A

Closing tag

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

What is the idea called that some bits of code can go inside other bits of code?

A

Nesting

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

What are the rules called that have to do with how the parts of a language can be put together?

A

Syntax

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

What is the code that tells the browser what the text on a web page should look like?

A

Markup

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

What text can have links or references?

A

Hypertext

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

What is the general term for spaces, tabs, and line breaks?

A

Whitespace

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

What does “sub” stand for?

A

Subscript

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

What does “sup” stand for?

A

Superscript

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

What is the tag for italic?

A

<em></em>

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

What is the tag for boldface?

A

<strong></strong>

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

What is the tag for line break?

A

<br></br>

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

What is the tag for highlighting?

A
17
Q

Is the p tag a block or inline element?

A

Block

18
Q

Is the br tag a block or inline element?

A

Inline

19
Q

Is a div element an inline or block element?

A

Block