Skip to main content

Posts

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...

Create template using Html Table Tag

Before you learn HTML 5 and css3 you should know HTML  template creation in this post we are going to give some steps to create HTML template using Table Tag .in this post you are going to create html template using table tag using concept table with in table concept. you can download HTML template with sour code . every tutorial provide download link where you can download complete Source code of HTML with CSS .   There  are different method are used to create HTML Templates some are 1. HTML template using Table tag Lets Take example of this template creation I am going to create website for one institute as shown in picture  and i am going to use table with in table concept .as template shown in picture is created using three HTML table tag.lets understand it step by step 1. Draw design on plane page what you are going to do so that plan accordingly as a am going to develop above template. 2. Separate the number of table you require to desi...