The Squad Blog
RELATED

Where is the < foot > tag in HTML?

Jordan Dobson

Jordan Dobson  Mar. 15

4 4

The missing foot tagA few days ago I realized that in our HTML documents we have the < head > and < body > tags but, what happened to the < foot > tag? Did someone just forget it? Maybe it was lost in the browser wars?

I did some searching and couldn't really find any information about a < foot > tag ever existing. I could really see a < foot > tag being useful for many things that are similar to the head tag but for secondary info. Basically It could just be a "footnote" for the page.

A foot tag could contain things like publisher/author information (in depth extensions of microformats), behavioral JavaScript that needs to run after the DOM is available, RSS feeds, credits, references to a site-map, contact info and so on. I could see a need for this in my documents as my header tags are starting to get pretty large and I could really use some further separation. Also browsers (think mobile) that didn't need or use this information could just ignore or only load the necessary information.

What do you think? Does the < foot > tag seem like something you could use?

 

Comments

Chris said...

Well, HTML 5 will have a
tag. Not quite the parallel, but close.

Chris said...

That was supposed to be >footer< tag. Looks like my previous comment was stripped of future html.

Jordan Dobson said...

Awesome, yeah I haven't looked into HTML 5 aside from what was posted on A List Apart at http://www.alistapart.com/articles/previewofhtml5/. I guess that definitely is a step in the right direction. I'll have to look into this more.

greg said...

you are #1 on google for "html foot tag"
 

Post A Comment

Sorry! Comments are closed.

Want to talk to us? Email us at info@madebysquad.com.