HTML HTML4.1锅炉模板
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HTML HTML4.1锅炉模板相关的知识,希望对你有一定的参考价值。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Website Info | Website Naam</title>
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="logo"></div>
<h1>Website Naam</h1>
</div>
<div id="navigatie">
<ul id="nav">
<li><a href="/">Home</a></li>
<li><a href="/about.htm">About</a></li>
<li><a href="/info.htm">Information</a></li>
<li><a href="/content.htm">Contact</a></li>
</ul>
</div>
<div id="content">
<h2>Pagina naam</h2>
<p>Hier wat tekst</p>
<h3>Titel</h3>
<p>Informatie</p>
<h3>Volgende titel</h3>
<p>Informatie</p>
</div>
<div id="footer">
<p>Hier wat footer info.</p>
</div>
</div>
</body>
</html>
html 橡子锅炉
<!DOCTYPE html>
<html lang="en" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head></head>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="x-apple-disable-message-reformatting" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Pine Email Framework</title>
<!--[if mso]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<style type="text/css">
/* Framework CSS - Removed for demo purposes */
</style>
</head>
<body style="box-sizing:border-box;margin:0;padding:0;width:100%;-webkit-font-smoothing:antialiased;word-break:break-word;">
<table class="wrapper" bgcolor="#EEEEEE" cellpadding="15" cellspacing="0" role="presentation" width="100%">
<tr>
<td>
<table class="container" align="center" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0" role="presentation" width="600">
<tr>
<td>
<!-- ADD ROWS HERE -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
以上是关于HTML HTML4.1锅炉模板的主要内容,如果未能解决你的问题,请参考以下文章