Search Engine Optimization India

 

Applet

Applet is a piece of Java code that can be embedded in an HTML document. PARAM elements can be used to pass parameters to the applet and are defined between the start and end tags of an APPLET element. Key attributes of the APPLET element direct the browser to load a particular class file. For more information on APPLET and newer technologies, also see OBJECT element. For Example:

<APPLET CODE="myAreaMap.class" NAME="myMap" WIDTH=200 HEIGHT=40> <PARAM NAME=bgColor VALUE="blue"> <PARAM NAME=fgColor VALUE="yellow"> </APPLET>

Other Topics of interest

Read for more information on search engine marketing, HTTP, java script, misc. info or navigate from the main page and other topics of interest.