通用约定标签自闭合(self-closing)标签,无需闭合 ( 例如: img input br hr 等 );可选的闭合标签(closing tag),需闭合 ( 例如:</li> 或 </body>);尽量减少标签数量;XML/HTML Code复制内容到剪贴板