Question
Is markup allowed in CSS
I wonder if the following can be put in CSS.
I have this graphical header that I mapped out into icons.
Example:
<map name="Map" id="Dog1">
<area shape="rect" coords="181, 45,210,67" href="notes.html" alt="dog1" />
</map>
I have this in the index page with about fifty rows. I am learning CSS and thought that it would be awesome if I could to CSS this.
Thanks
