where are classes stored in html?

niko d

New member
ive programmed programs before in java and C++ but when there is a class instantiated in html where is the class' code stored?

For example on www.google.com with the "Google Search" button... the code is the following
/** <input name="btnG" type="submit" value="Google Search" class="lsb" onclick="this.checked=1"> */
.... well where is the code for how to create the "lsb" instance?

Maybe this is a bad example because it is just a button instance but i think you get what i mean
 
Back
Top