我创建了自己的模板(模板是指设计+静态内容)。因此,设计和某些内容在所有页面中都是静态的。我创建了5个登陆页面,所有登陆页面都有相同的设计,40%的静态内容是所有页面的共同之处。标题,Meta,Meta关键字,60%正文文本是唯一的。
我把身体分成两种类型
<body>
<div id="dynamic-content">
<!-- This content is different in each pages -->
</div>
<div id="static-content">
<!
我只有一个简短的问题。我正在试验HTML5中的视频标签,但有些东西我不太理解。首先我要说的是,视频播放得很好,测试了FF、Chrome、Opera和Safari,它工作得很好,但当我试图用HTML5验证器验证页面时,它抛出了一个错误。我使用验证器作为指导,只是为了检查错误并帮助我编写更好的代码。
这是我得到的错误:
Bad value video/webm; codecs='vp8, vorbis' for attribute type on element source: Expected a token character, whitespace or a semicolo
这就是问题所在,它真的要了我的命,因为它可能有一个非常简单的解决方案。查看此
<body>
<p>
this is the first paragraph and it will get the prepend without any problems at all
</p>
<span>
this is a simple span element, and it will also get the prepend without any problems at all
</span>
<em>
h