Page foundations Flashcards
1
Q
What app will you use to create a webpage?
A
Notepad
2
Q
What code do you use to open your page?
A
<html>
</html>
3
Q
How do you name your page?
A
Index.hTml
4
Q
What code do you use for the website heading?
A
<head>
</head>
5
Q
What code do you use for the title of the heading?
A
<title>
</title>
6
Q
What code do you use for the body paragraph?
A
<body>
</body>
7
Q
How do you begin and end a paragraph?
A
<p>
</p>