本文介绍了header / footer / nav标签 - 这些在IE7,IE8和浏览器会发生什么,不支持HTML5?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 我渴望开始使用Html5,特别是< header> /< footer> /< article> /< nav> > 如果浏览器不支持这些,会发生什么? 还需要对这些样式进行如下设置:例如: nav 有边框和边距等。你知道标准的CSS东西。 所以如果我使用 nav 标签,然后IE7& IE8等会忽略这一点?解决方案如果你还没有阅读深入HTML5 ,我衷心地鼓励你阅读它,但现在,我将回答您的问题,其中包含部分,用于描述与HTML5和IE< 9的不一致。 I am eager to start using Html5 in particular the <header>/<footer>/<article>/<nav> tags.What happens if the browser doesn't support these?Also I need to style these so: For Example: The nav has borders and margins etc. You know standard CSS stuff.So if I style them using the nav tag then IE7 & IE8 etc are going to ignore this? 解决方案 If you haven't already read Dive into HTML5, I would heartily encourage you to read it, but for now, I'll answer your question with a link to the section describing inconsistencies with HTML5 and IE <9. 这篇关于header / footer / nav标签 - 这些在IE7,IE8和浏览器会发生什么,不支持HTML5?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-30 07:56