HTML5 aside标签

<aside>标记用于定义除了它所在的内容之外的一些内容。<aside>标记在internet explorer 8和早期版本中不起作用。

HTML5 aside标签示例

<html>

<p>About country</p>

<aside>

   <h3>Netherlands</h3>

	  <p>Netherlands is the seventh largest country in the world</p>

 </aside>

</html>
日期:2020-04-11 23:04:14 来源:oir作者:oir