Select menus (select, optgroup, option)

<html> <head> <title>HTML tutorial</title> <...

Text areas (textarea)

<html> <head> <title>HTML tutorial</title> <...

Field labeling (label, input)

<html> <head> <title>HTML tutorial</title> <...

Main attributes used in a form (attribute: type, name, value)

<html> <head> <title>HTML tutorial</title> <...

Tab navigation and access keys in a form (attribute: tabindex, accesskey)

<html> <head> <title>HTML tutorial</title> <...

Input field with a user generated event (input, script, attribute: onkeyup)

<html> <head> <title>HTML tutorial</title> <...

Document's title (title)

<html> <head> <title>HTML tutorial</title> <...

Meta data (meta)

<html> <head> <meta http-equiv="content-type"...