آفتاب احمد سومرو
سينيئر رڪن
پيارا دوستو هن ٽيوٽوريل ۾ آئون توهان کي سمپل ڊو ۽ سي ايس ايس جي ذريعي ويب سائيٽ جو سادو لي آئوٽ تيار ڪرڻ سيکارڻ جي ڪوشش ڪريان پيو. توهان هيٺ ڏنل ڪوڊنگ ٽائيپ ڪريو ۽ رزلٽ ڏسو.
ڪوڊ:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Aftab Soomro</title>
<style type="text/css">
.container {
width:1000px;
margin:0 auto;
}
.header {
width:1000px;
height:100px;
background:#09F;
}
.menu {
width:1000px;
height:50px;
background:#C03;
}
.content {
width:700px;
min-height:400px;
background:#999;
float:left;
}
.sidebar {
width:300px;
min-height:400px;
background:#090;
float:left;
}
.footer {
width:1000px;
background:#333;
color:#FFF;
height:30px;
clear:both;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<h1>Welcome to Bhoongarsoft</h1>
</div>
<div class="menu">
this is menu
</div>
<div class="content">
this is content
</div>
<div class="sidebar">
this is sidebar
</div>
<div class="footer">
this is footer
</div>
</div>
</body>
</html>
انتظامي رڪن طرفان آخري ترميم: