HTML and CSS Reference
In-Depth Information
these. However, you can use a simple search to find them and then verify and fix them manually. For the
attributes that aren't actually English words, such as ismap and mayscript , just search for those words. For the
attributes that are, such as border and compact , use a regular expression such as this:
<.*\s+compact\s+.*>
Then search for the case where the valueless attribute is the last attribute:
<.*\s+compact\s*>
Search WWH ::




Custom Search