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

来自能源智库
跳转至: 导航搜索
第1行: 第1行:
<html>
+
<note>
 
+
<to>George</to>
<head>
+
<from>John</from>
<title>我的第一个 HTML 页面</title>
+
<heading>Reminder</heading>
</head>
+
<body>Don't forget the meeting!</body>
 
+
</note>
<body>
 
<p>body 元素的内容会显示在浏览器中。</p>
 
<p>title 元素的内容会显示在浏览器的标题栏中。</p>
 
</body>
 
 
 
</html>
 

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

<note> <to>George</to> <from>John</from> <heading>Reminder</heading> <body>Don't forget the meeting!</body> </note>