HI!
how to change the color of the result of this JavaScript?
>>>
>>>
(result is 2011)
how to change the color of the result of this JavaScript?
>>>
Code:
<!DOCTYPE HTML PUBLIC"-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content type" content="text/HTML" charset="utf-8"/>
<script type="text/javascript">
{
var d=new Date();
document.write(d.getFullYear();
}
</body>
</html>
>>>
(result is 2011)