|
一开始我是先把content的内容做成独立的Html页面,测试完成后再去掉头部和尾部,然后把它和独立的header和footer加载起来,但是页面显示加载到style就结束了,求高人解释一下如何解决
HTML复制代码
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta property="wb:webmaster" content="8037bf781661ea85" />
<title>详情 </title>
<style type="text/css">
ul li{
display:inline;
}
</style>
复制代码 |
|