Monthly Archive:: May 2010

How To Create A Digital Clock With Javascript

This tutorials aims to explain how to create a digital clock with javascript. If we are creating a clock then we need to get the current day and time. To get the current date we need to enter the follwing code : var today=new Date(); After getting
Advertisement
Hot Now!

How To Style Background in CSS

Background color is the most important part of any web design. This tutorial will help you to style your site background in CSS. You can set the color for your site background with the following code. body {background-color:#e0ffff;}     Example : <style type="text/css"> body { background-color:#b0c4de;