<html>
<head>
<title>JAVASCRIPT</title>
<style type = "text/CSS">
body{background:yellow green}
h1{color:red;text-align:center}
p{text-align:center;text-decoration:underline}
center{color:dodgerblue;background:floralwhite}
text-decoration:overline;font-size:xx-large;
font-style:italic;font-weight:bold}
</style>
</head>
<Body>
<script type = "text/javascript">
var name = "Name"
var sec = "III - Section"
document.write(section)
document.write("<br>");
document.write(section)
document.write("<h1>Casualty of Life</h1>");
document.write("<p>Think, what are you doing right now ?<br>Are you
living?</p>");
</script>
</body>
</html>

Tle html code january 18 2013

  • 1.
    <html> <head> <title>JAVASCRIPT</title> <style type ="text/CSS"> body{background:yellow green} h1{color:red;text-align:center} p{text-align:center;text-decoration:underline} center{color:dodgerblue;background:floralwhite} text-decoration:overline;font-size:xx-large; font-style:italic;font-weight:bold} </style> </head> <Body> <script type = "text/javascript"> var name = "Name" var sec = "III - Section" document.write(section) document.write("<br>"); document.write(section) document.write("<h1>Casualty of Life</h1>"); document.write("<p>Think, what are you doing right now ?<br>Are you living?</p>"); </script> </body> </html>