“编辑页面”的版本间的差异

来自能源智库
跳转至: 导航搜索
第1行: 第1行:
<iframe src="http://114.215.110.134/candela/Energy%20production%20calc/Energy%20production%20calc.htm" frameBorder="200" width="900" scrolling="no" height="90"></iframe>
+
<!DOCTYPE html>
 +
<html>
 +
<body>
 +
 
 +
<table width="500" border="0">
 +
<tr>
 +
<td colspan="2" style="background-color:#99bbbb;">
 +
<h1>Main Title of Web Page</h1>
 +
</td>
 +
</tr>
 +
 
 +
<tr valign="top">
 +
<td style="background-color:#ffff99;width:100px;text-align:top;">
 +
<b>Menu</b><br />
 +
HTML<br />
 +
CSS<br />
 +
JavaScript
 +
</td>
 +
<td style="background-color:#EEEEEE;height:200px;width:400px;text-align:top;">
 +
Content goes here</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td colspan="2" style="background-color:#99bbbb;text-align:center;">
 +
Copyright W3School.com.cn</td>
 +
</tr>
 +
</table>
 +
 
 +
</body>
 +
</html>

2016年6月17日 (五) 21:27的版本

<!DOCTYPE html> <html> <body>

Main Title of Web Page

Menu
HTML
CSS
JavaScript

Content goes here
Copyright W3School.com.cn

</body> </html>