Beginner HTML Flashcards
Your first step towards becoming fluent in HTML.
comment (does not appear)
<!–text–>
bold
<b>text</b>
text
big
<big>text</big>
<big>text</big>
body (the body of the page)
<body>text</body>
line break
text
more text
text
more text
center
text
text
font
three <font face=”Times New Roman”>blind </font>mice
threeblindmice
heading
<hl>top heading</hl>
top heading
head (does not appear)
<head>description of page</head>
horizontal line
<hr />
html
<html>all the rest of the code</html>
italics
<i>text</i>
text
image
list
<li>text</li>
<li>more text</li>
- text
- more text
ordered list
- thing 1
- thing 2
- thing 1
- thing 2
paragraph
<p>first paragraph</p><p>second paragraph</p>
first paragraph
second paragraph
small
<small>text</small>
<small>text</small>
strike
<strike>text</strike>
text
title (appears in the title bar of the browser)
<title>this will appear as the title of the window</title>
Brainscape
underline
<u>text</u>
text