This is code for multiple div
<!DOCTYPE html>
<html>
<head>
<title>
</title>
</head>
<body>
<div>
<p style="text-align:center">container Div</p>
</div>
<div style="border:1px solid black;width:100%;height:400px">
<div><h1 style="maincontent;border:1px solid black;width:50%;height:350px;margin-left:5%;margin-top:20px;float:right;margin-right:5%">hello everybody good</h1></div>
<div><h1 style="sidebar;border:1px solid black;width:30%;height:350px;margin-left:5%;margin-top:20px">hai hru?fine its of.</h1></div>
</div>
</div>
</body>
</html>