HTML 5 Footer tag be always at bottom

后端 未结 6 618
挽巷
挽巷 2021-01-31 20:07

I am developing a site in HTML 5. I wrap all my footer content in footer tag. Like code below





<         


        
6条回答
  •  甜味超标
    2021-01-31 20:36

    There is a nice JS to get HTML5-support for IE<9 … the other Browsers do already support the HTML5-elements.

    https://code.google.com/p/html5shiv/#

提交回复
热议问题