Using the syntax http://uk3.php.net/manual-lookup.php?pattern=%s in my FireFox bookmarks I'm able to type 'php explode' into my address bar and be taken directly to the PHP page with all the information on that function. This is very useful and saves a lot of time. I also have a dictionary and thesaurus lookup which also save me time. I'm now looking for an HTML and CSS tag/property database or website that has a page on each HTML tag so I can do the same thing. I.e. type 'HTML a' to look up an anchor tag or 'CSS margin' to look up the margin property. Does anyone know of any sites which offer this? I tried using W3.org but didn't have any luck as all elements are kept on a single page.
This website should work for the HTML tags http://www.quackit.com/html/tags/ . When you click on the tag it takes you to a description of that tag.