clear
erase
reset
refresh
<input type="textarea">
<textbox>
<textarea>
<multiline>
cellpadding
cellspacing
margin
spacing
//
/*
<!--
#
title
alt
name
caption
<strike>
<s>
<del>
Both A and C
POST
GET
PUT
DELETE
method
target
action
href
<caption>
<title>
<legend>
<label>
What will this pattern accept?
<input pattern="[0-9]{4}">
Any number
Exactly 4 digits
At least 4 digits
Maximum 4 digits
What will this HTML produce?
<ul> <li>One</li> <li>Two</li> </ul>
A table
A numbered list
A bulleted list
A dropdown
src
Old browsers fail
Old HTML works in HTML5
New tags fail
CSS fails
<frameset>
<nav>
<section>
<video>
<option>
<list>
<dropdown>
<select>
<div>
<b>
<span>
<u>
Styling
Multimedia & semantics
Database
Networking
<td>
<th>
<table-row>
<tr>
link
<body> -<head> -<html>
<html> -<head> -<body>
<head> -<html> -<body>
<html> -<body> -<head>