Language
HTML Structure
Special Characters
Check for Errors
Name that Tag!
100

HTML that reinforces the semantics (meaning) of information in web pages, rather than simply defining its
presentation.

Semantic markup

100

Identifies the version and markup language used.

Document Type Declaration

100

there is nothing special; do not confuse with slash

Backslash

100

to confirm, support, corroborate

Validate

100

What is this tag: <p> used for? 

paragraph

200

refers to the spelling and grammar of a programming language

Syntax

200

The container element for all other elements in the document

Root Element

200

used when you have to close a particular tag

Slash

200

A set of rules used in the naming of files and folders.

Naming Convention

200

What is this tag: <h1> used for?

Heading

300

basic element that is used to create web pages

Structure of HTML Document

300

which character set is used, page description, keywords, author, and other metadata.

Meta Data

300

is a symbol or character that you insert at certain place in a text file.

Markup (HTML)

300

software applications through which users primarily access the web

Browsers

300

What is this tag: <em> used for?

Emphasize

400

are special words used inside the opening tag to control the element's behavior.

Attributes

400

List an empty tag

Meta or image or break



400

These are the basic parts of the web page.
They are contained in <> angled brackets.
Only the things included in the <body></body> tag will be seen.

Elements

400

What is the best way for checking for errors

Validating the document 

400

What is this tag: <ul> used for?

Unordered list

500

is a symbol or character that you insert at certain place in a text file.

Markup

500

What is the only element required in the html structure 

Title

500

defines every structure in a HTML page

Tag

500

Without it the validator doesn’t know which version of HTML or XHTML to validate against.

DOCTYPE declaration

500

What is this tag: <ol> used for?

Ordered list 

M
e
n
u