Skip to main content

Posts

Showing posts with the label what is rgb() function in html

Create a Html page Template which background color changes with time

Create a HTML page Template  which background color changes with time. Click to Down lode changing color HTML template with source code to create this page you need to  1.download    jquery-2.0.0.min.js   jQuery  2. Embed  above jquery  in your HTML page       <script src="jquery-2.0.0.min.js"> 3. using script tag embed following java script in your page   .<script language="javascript">              $(document).ready(function(){         $("#pramod").css('width','980px');         $("#pramod").css('height','600px');             var x=0;             var y=0;                v...