例如:
为了将每一个部分都突出显示,可以将article添加边框和颜色的属性:
<style> article{ border: 1px solid #ff0000; margin: 5px; padding: 5px; } </style>
效果如下: