HTML Basics Flashcards

1
Q

Most html elements have a…

A

Opening tag

AND

Closing tag

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

<p>sample text :)</p>

A

Paragraph

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

<h2>sample text :)</h2>

A

Heading 2

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

<a>Let’s visit IMPACT’s awesome website!</a>

A

In-text Link

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

img

A

image

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

alt=

A

Alt Text - for SEO purposes

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

<br></br>

A

Link Break

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

<strong> tag! </strong>

A

Bold text

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

<em>This sentence is super fancy.</em>

A

italic text

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

<u>Look, we can do it!</u>

A

underline text

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

<ul> AND </ul>

<ol> AND <li></ol>
</li></ol>

A

unordered list | ordered list | list item

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

<hr></hr>

A

horizontal line

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

Only emphasis the most important notes.

A

highlighter

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

<del> tags. </del>

<del>Feed the dog.</del>

A

cross through text

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

I’m doing this because I’m saying it out loud.

A

quoted text

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

<p>more sample text!</p>

A

Change text to selected font

17
Q

<p>The sky is really blue today.</p>

A

change text colour

18
Q

<p>Make this paragraph size 36 font.</p>

A

chnage font size

19
Q

<p>This paragraph should be centered.</p>

A

alignment