HTML Basics Flashcards
1
Q
Most html elements have a…
A
Opening tag
AND
Closing tag
2
Q
<p>sample text :)</p>
A
Paragraph
3
Q
<h2>sample text :)</h2>
A
Heading 2
4
Q
<a>Let’s visit IMPACT’s awesome website!</a>
A
In-text Link
5
Q
img
A
image
6
Q
alt=
A
Alt Text - for SEO purposes
7
Q
<br></br>
A
Link Break
8
Q
<strong> tag! </strong>
A
Bold text
9
Q
<em>This sentence is super fancy.</em>
A
italic text
10
Q
<u>Look, we can do it!</u>
A
underline text
11
Q
<ul> AND </ul>
<ol> AND <li></ol>
</li></ol>
A
unordered list | ordered list | list item
12
Q
<hr></hr>
A
horizontal line
13
Q
Only emphasis the most important notes.
A
highlighter
14
Q
<del> tags. </del>
<del>Feed the dog.</del>
A
cross through text
15
Q
I’m doing this because I’m saying it out loud.
A
quoted text