Placeholder Responsive HTML Ad Code
If you are a Web Template Developer, and if you want to show a place for an ad, and if you are looking for a placeholder code; you are at the right place.
Even if you have a commercial website looking for ads, and you want to show specific places available for Ad, you can use this code too.
Copy the code ...
<p align="center"><a class="H_Banner">Responsive Ad 728*90</a></p>
<style>
.H_Banner {
display: block;
background-color: #FFFF00;
text-align: center;
font-family:Tahoma,sans-serif;
font-size: 16px;
color: #000000;
font-weight: 700;
line-height: 90px;
max-width:728px;
border: 1px solid #ccc;
}
</style>
<p align="center"><a class="V_Banner">Ad 160*600</a></p>
<style>
.V_Banner {
display: block;
background-color: #FFFF00;
text-align: center;
font-family:Tahoma,sans-serif;
font-size: 16px;
color: #000000;
font-weight: 700;
line-height: 600px;
max-width:160px;
border: 1px solid #ccc;
}
</style>
<p align="center"><a class="M_Banner">Ad 300*300</a></p>
<style>
.M_Banner {
display: block;
background-color: #FFFF00;
text-align: center;
font-family:Tahoma,sans-serif;
font-size: 16px;
color: #000000;
font-weight: 700;
line-height: 300px;
max-width:300px;
border: 1px solid #ccc;
}
</style>
<p align="center"><a class="F_Banner">Responsive Full Width Ad</a></p>
<style>
.F_Banner {
display: block;
background-color: #FFFF00;
text-align: center;
font-family:Tahoma,sans-serif;
font-size: 16px;
color: #000000;
font-weight: 700;
line-height: 90px;
width:100%;
border: 1px solid #ccc;
}
</style>