You cannot assign two IDs, but you can use two classes:
<div class="span google"></div>
Also, you cannot start an element like, div
and close it like span
, like in your code. I'll write this as a typo, tho.
.span { some-css }
.google { other-css }
a source
to share