HTML Tutorials
Layers
layers.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>HTML layers</title>
<style type="text/css">
<!--
.demo_layer_one {
width:200px;
height:100px;
background-color:#FF9900;
padding:20px;
margin-bottom:25px;
}
.demo_layer_two {
width:200px;
height:100px;
background-color: #999999;
color:#ffffff;
padding: 20px;
border: 5px dashed #cccccc;
}
-->
</style>
</head>
<body>
<p>Layers</p>
<div class="demo_layer_one">Content Layer One</div>
<div class="demo_layer_two">Content Layer Two</div>
</body>
</html
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>HTML layers</title>
<style type="text/css">
<!--
.demo_layer_one {
width:200px;
height:100px;
background-color:#FF9900;
padding:20px;
margin-bottom:25px;
}
.demo_layer_two {
width:200px;
height:100px;
background-color: #999999;
color:#ffffff;
padding: 20px;
border: 5px dashed #cccccc;
}
-->
</style>
</head>
<body>
<p>Layers</p>
<div class="demo_layer_one">Content Layer One</div>
<div class="demo_layer_two">Content Layer Two</div>
</body>
</html
HTML Layers
Layers
Content Layer One
Content Layer Two
HTML
Other Tutorials
© Morina Internet Solutions - All Rights Reserved