how to find out particular topic/helps from the google? is there any kind of techniques ? for example i want to find "goto" statement function or i want to find out types of css with example for html? kindly give me answer ?
A:
I find searching for the keyword and the language (e.g. goto c
or goto vb
) works very well.
If you're looking for examples of how to use a particular CSS property (e.g. background-position
), search for background-position css
(and for what it's worth results from W3Schools are very useful as a starting point for finding out things about CSS/HTML/XML/JavaScript/SQL).
Dominic Rodger
2010-10-07 10:35:28