Monday, 4 February 2013

coding css(testing) mozilla:file:///C:/AppServ/www/website/test2.html

<!DOCTYPE html>
<html>
<head>
<style>
body
{
background-color:#FF6633;
}
h1
{
color:orange;
text-align:center;
}
p
{
font-family:"Times New Roman";
font-size:36px;
}
</style>
</head>

<body>

<h1>Homepage</h1>
<p>This is your Homepage</p>

</body>
</html>

<html>
<head>
<style>
p
{
color:black;
text-align:center;
}
</style>
</head>

<body>
<p>Hello World!</p>
<p>Start chatting here</p>
</body>
</html>

No comments:

Post a Comment