九层之台,起于垒土 一.<q> 定义和用法 <q> 标签定义短的引用.浏览器经常在引用的内容周围添加引号. <html> <body> <p>Here comes a short quotation: <q>This is a short quotation</q></p> <p>请注意,浏览器在引用的周围插入了引号.</p> </body> </html> 效果…
一.元素语义 p标签 W3C草案: The p element represents a paragraph.W3C specification 语义化的 <p>元素 表示:文章中的段落.默认样式 margin: 1em h1-6标签 W3C草案: The h1 through h6 elements are headings for the sections with which they are associated. W3C specification 语义化的 <h1>元…