FRILITE,
<iframe width="ширина" height="высота" frameborder="0" scrolling="no" src="http://site.ru/.../banner.html"></iframe>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Banner</title>
<style>
body {
margin: 0;
padding: 0;
}
img {
height: 33vh;
width: 100%;
}
</style>
</head>
<body>
<a href="http://yandex.ru" target="_blank">
<img alt="" src="http://searchengineland.com/figz/wp-content/seloads/2013/12/yandex_eng_logo-360-1.png">
</a>
<a href="http://google.com" target="_blank">
<img alt="" src="http://assets2.ignimgs.com/2014/12/19/google-logo1jpg-886dc0_1280w.jpg">
</a>
<a href="http://javascript.ru" target="_blank">
<img alt="" src="http://javascript.ru/forum/images/ca_serenity/misc/logo.gif">
</a>
</body>
</html>