another google markup query
Posted: Sun Apr 20, 2014 8:57 am
Google adsense asks you to put code like this on your webpage to display an ad.
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-7275336356867641"
data-ad-slot="5284935692"></ins>
HTMLValidator thinks it is fine. However, I find it hard to believe that data-ad-client and data-ad-slot could be kosher HTML5 properties.
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-7275336356867641"
data-ad-slot="5284935692"></ins>
HTMLValidator thinks it is fine. However, I find it hard to believe that data-ad-client and data-ad-slot could be kosher HTML5 properties.