HTML Basics Flashcards
Most html elements have a…
Opening tag
AND
Closing tag
<p>sample text :)</p>
Paragraph
<h2>sample text :)</h2>
Heading 2
<a>Let’s visit IMPACT’s awesome website!</a>
In-text Link
img
image
alt=
Alt Text - for SEO purposes
<br></br>
Link Break
<strong> tag! </strong>
Bold text
<em>This sentence is super fancy.</em>
italic text
<u>Look, we can do it!</u>
underline text
<ul> AND </ul>
<ol> AND <li></ol>
</li></ol>
unordered list | ordered list | list item
<hr></hr>
horizontal line
Only emphasis the most important notes.
highlighter
<del> tags. </del>
<del>Feed the dog.</del>
cross through text
I’m doing this because I’m saying it out loud.
quoted text
<p>more sample text!</p>
Change text to selected font
<p>The sky is really blue today.</p>
change text colour
<p>Make this paragraph size 36 font.</p>
chnage font size
<p>This paragraph should be centered.</p>
alignment