Level 2
8 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
<!-- -->
Comment - for programmers, not processed by browser
<!DOCTYPE>
Defines the type of document for browser
<title>
Defines page title
<body>
Defines body section
<p>
Creates a paragraph section
<br>
Inserts a single line break
<h1>
Largest HTML heading
<h2>
Second largest HTML heading