<article> <h1>這是一篇文章</h1> <p>這是第一段內容。</p> <p>這是第二段內容。</p> </article>在CSS中,我們可以對
article { border: 1px solid #ccc; padding: 10px; margin-bottom: 20px; } article h1 { font-size: 24px; font-weight: bold; margin-bottom: 10px; } article p { line-height: 1.5; margin-bottom: 10px; }在上述例子中,我們為
和
標簽進行了樣式控制,設置了標題和段落的字號、字重、行高和下邊距。
總結
使用