For example
<div id=“aswift_1_host” style=“border: none; height: #; width: #; margin: 0px; padding: 0px; position: relative; visibility: visible; background-color: transparent; display: inline-block;” tabindex=“0” title=“Advertisement” aria-label=“Advertisement”>
**Reported**
Fix all of the following: aria-label attribute cannot be used on a div with no valid role attribute.
**Actual code**
<center>Advertisement
<!-- example_responsive_3 -->
<ins class="adsbygoogle example_responsive_3" style="display: inline-block; text-align:center; width: #; height: #;" data-ad-client="ca-pub-#" data-ad-slot="#"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></center>
How do I fix this one?