[html5] Credits for a webpage
Ian Hickson
ian at hixie.ch
Mon Oct 12 04:33:20 PDT 2009
On Fri, 9 Oct 2009, Jordan Robert Dobson wrote:
>
> I'm trying to come up with how I should mark up credits for site and I'd
> like to run this by you guys.
>
> Specifically take a look at what is inside the document's footer tag:
>
> <html>
> <body>
> <nav>...</nav>
> <section>Body Content...</section>
> <footer>
> <p><small>©2009 KPLU is a divisioin of...</small></p>
> <address>
> <a href="http://GlueNow.com">Made with Glue</a>
> <abbr title="and"> </abbr>
> <a href="http://MadeBySquad.com">Made By Squad</a>
> </address>
> </footer>
> </body>
> </html>
I probably wouldn't use <address>, since that's more of a colophon than
contact details, IMHO. Other than that it looks fine. Don't forget the
<!DOCTYPE> and the <title>. :-)
> Is there any microdata I could benefit adding to the credits as well?
Unless you have a particular need, I wouldn't worry about adding
microdata.
Cheers,
--
Ian Hickson U+1047E )\._.,--....,'``. fL
http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,.
Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
More information about the Help
mailing list