Level 19
Level 21
6 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?
a set of markup tags
A markup language is _______
<!DOCTYPE html>
HTML documents must start with a type declaration
<html></html>
the HTML document itself begins with and ends with
<body></body>
the visible part of the HTML document is between
<p></p>
HTML paragraphs are defined with
<a href="url"></a>
HTML links are defined with