
Originally Posted by
lefteyewilly
I made a unicorn with donuts on its horns with CSS and HTML5. I'm awesome.
Something like?
Code:
<unicorn>
<horn class="donut"></horn>
<horn class="donut"></horn>
</unicorn>
Pretty cool.
As far as I can tell, in a practical every-day world, I don't have to write <div class="header"> anymore, I can just write <header>?