HTML Flashcards

1
Q

which element tag should be used to make a word bold?

A

<b> </b>

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

which element tag is used for headers ?

A

<h1> </h1>

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

True or False : Header tags get smaller when the number gets higher?

A

True. You have to strategies where the header tags go on your HTML page

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

How many header tags can exist on a page?

A

6

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

True or False: Header tags don’t have to descend in order. You can have a <h4> in between two <h3></h3></h4>

A

True

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

what is the <p> </p> tag?

A

paragraph

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

What is the <pre> </pre> tag?

A

preformated and it shows anything that is done inside the web page such as spacing or indenting

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

what is the <i> </i> tag?

A

italicized

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

what is the <br></br> tag?

A

line breaks. When you wanted to something right under the other. For example when you are typing your address. It like using the return button on the keyboard

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

what is the <em> </em> tag?

A

emphasize. looks like its italicized

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

what is the <strong> </strong> tag?

A

bold the word. Its similar to bold tag

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

which tags don’t need a closing tag?

A

line break tags and paragraphs

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

what is the tag?

A

navigation. It is used to wrap a list of internal or eternal links found on a page.

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

what is the tag?

A

used when a set of information can be deemed to stand alone. Generally you would use it to wrap around the paragraphs on the page.

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

what is the tag?

A

can be used to wrap around every paragraph and header. It falls inside the article tag. Each header and paragraph gets one.

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

what is the tag?

A

can be used when there is an h4 inside of an h3 tag.

17
Q

what is the <div> tag?</div>

A

it is used when you are group information together. For example there is a book title and a description. You use the div tag for this.