HTML Flashcards
1
Q
marks beginning and the end
A
<html>
</html>
2
Q
marks the beginning and end of a body
A
<body>
</body>
3
Q
Links files
A
<a></a>
4
Q
Used to contain metadata
A
<head>
</head>
5
Q
What makes a heading
A
<h(1-6)>
6
Q
Defines the text that appears with the tab heading area
A
<title>
</title>
7
Q
a paragraph
A
<p>
</p>
8
Q
defines and ordered list
A
<ol>
</ol>
9
Q
Defines each member of the list
A
<li>
</li>
10
Q
defines an unordered list
A
<ul>
</ul>
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 *
}
12
Q
Look into CSS
A
Ok