css:caption-side屬性(表格標題位置)的使用詳解

來源:互聯網
上載者:User
【執行個體介紹】

css caption-side屬性(表格標題位置)

【基本文法】

fcaption-side:top|right|bottom|left

【文法介紹】

該屬性指定了表格標題相對於表框的置放位置。表格標題顯示為好像它是表之前(或之後)
的一個區塊層級元素。

【執行個體代碼】

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>無標題文檔</title><style type="text/css">caption{caption-side:bottom}</style></head><body><table border="1"><caption>標題</caption><tr><td>李敏</td><td>小莉</td></tr><tr><td>國良</td><td>秀秀</td></tr></table></body></html>【程式碼分析】

在代碼中,加粗部分是設定標題的位置在底部,15.3所示。

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.