Unit One Test Flashcards

1
Q

Element

A

any object on the page, which usually consists of an opening and closing tag

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

attribute

A

provide additional information about html

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

value

A

what you set an attribute to

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

opening tag

A

marks the start of an html element

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

closing tag

A

marks the end of an html element

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

container

A

semantic elements that can be used to define different parts of a web page

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

root element

A

tag is a container for all other html elements

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

head

A

region of the web page contains utility tags that work behind the scenes and provide information about your page. Only include the and tags

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

header

A

represents introductory content

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

body

A

primary content region of your page. It contains all the actual content including articles, headings, paragraphs, and footers

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

paragraph

A

Always starts on a new line while white space is automatically added after it

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

line break

A

inserts single line break in text

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

title

A

defines the title of the document and is shown in the document’s browser bar

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

background color

A

properly defines background color for an html element

<p style="background-color:#FFFFFF;"></p>

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

text color

A

defines text color for an html element

<p style="color:#FFFFFF;"></p>

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