slide 17
What We Do to Fix It
Supply missing quotes in tags (attribute values)
Fixed empty elements
<hr>
becomes
<hr />
, etc.
Supply missing tags (start or end)
Fix element overlapping