Page foundations Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What app will you use to create a webpage?

A

Notepad

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

What code do you use to open your page?

A

<html>
</html>

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

How do you name your page?

A

Index.hTml

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

What code do you use for the website heading?

A

<head>
</head>

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

What code do you use for the title of the heading?

A

<title>
</title>

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

What code do you use for the body paragraph?

A

<body>
</body>

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

How do you begin and end a paragraph?

A

<p>
</p>

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