<!DOCTYPE html>
<html>
<body>
<style type="text/css">
.site {
float:left;
}
iframe {
float:left;
margin-bottom:30px;
height:800px;
width:700px;
}
</style>
<iframe src="http://www.foxnews.com/">
<p>Your browser does not support iframes.</p>
</iframe>
<iframe src="https://en.wikipedia.org/wiki/Donald_Trump">
<p>Your browser does not support iframes.</p>
</iframe>
</body>
</html>