<!DOCTYPE html PUBLIC” -//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml/DTD/xhtmll-transitional.dtd>
<html>
<head>
<style type ="text/css">
#bobby {border: 2px solid red;
Position: absolute;
Top:15px;
Left:25px;}
#Hobbit {border: 2px solid green;
Position: absolute;
Top:65px;
Left:5px;}
</style>
</head>
<body>
<div id="bobby">bobby is the best</div>
<div id="hobbit">Hobbit is cool</div>
</body>
<html>
<head>
<style type ="text/css">
#bobby {border: 2px solid red;
Position: absolute;
Top:15px;
Left:25px;}
#Hobbit {border: 2px solid green;
Position: absolute;
Top:65px;
Left:5px;}
</style>
</head>
<body>
<div id="bobby">bobby is the best</div>
<div id="hobbit">Hobbit is cool</div>
</body>
Comments
Post a Comment