Level 8
Level 10
14 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
<abbr>
Defines an abbreviation
<address>
Defines contact information of document creator/owner
<b>
Bold text
<blockquote>
Defines a section of quoted text
<cite>
Defines a citation of a title
<code>
To display code on screen