HTML Styling Tables Example - CodeShack

文章推薦指數: 80 %
投票人數:10人

Examples. HTML Styling Tables Example. This example will show you how to style HTML tables with CSS. HTML CSS JavaScript Output Live Updates. New Open/Save Download ViewSource Examples HTMLStylingTablesExample ThisexamplewillshowyouhowtostyleHTMLtableswithCSS. HTML CSS JavaScript Output LiveUpdates table{ border-collapse:collapse; font-family:Tahoma,Geneva,sans-serif; } tabletd{ padding:15px; } tabletheadtd{ background-color:#54585d; color:#ffffff; font-weight:bold; font-size:13px; border:1pxsolid#54585d; } tabletbodytd{ color:#636363; border:1pxsolid#dddfe1; } tabletbodytr{ background-color:#f9fafb; } tabletbodytr:nth-child(odd){ background-color:#ffffff; } Name Gender Age David Male 23 Jessica Female 47 Warren Male 12



請為這篇文章評分?