1. It is still possible to write valid code that specifically targets IE6 without resorting to traditional hacks or conditional CSS in additional files. For example, minimum heights can be defined using the code: view plainprint? 1234567891011#element {   min-height: 20em;   height: auto !important; /* understood by all browsers */   height: 20em; /* IE6 [...]