HTML Flashcards

1
Q

marks beginning and the end

A

<html>
</html>

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

marks the beginning and end of a body

A

<body>
</body>

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

Links files

A

<a></a>

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

Used to contain metadata

A

<head>
</head>

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

What makes a heading

A

<h(1-6)>

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

Defines the text that appears with the tab heading area

A

<title>
</title>

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

a paragraph

A

<p>
</p>

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

defines and ordered list

A

<ol>
</ol>

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

Defines each member of the list

A

<li>
</li>

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

defines an unordered list

A

<ul>
</ul>

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

How are class identifiers formatted

A

Multiple elements can be assigned a class, which means they follow a particular style
Defined with .classidentifier {
* features *
}

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

Look into CSS

A

Ok

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