HTML Styling Tables Example - CodeShack
文章推薦指數: 80 %
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
延伸文章資訊
- 1HTML Table - javatpoint
HTML Table Example · <table> · <tr><th>First_Name</th><th>Last_Name</th><th>Marks</th></tr> · <tr...
- 2<table>(表格元素) - HTML:超文本標記語言 - MDN Web Docs
The attribute is applied both horizontally and vertically, to the space between the top of the ta...
- 3HTML - Tables - Tutorialspoint
HTML - Tables · Example · Table Heading · Cellpadding and Cellspacing Attributes · Colspan and Ro...
- 4HTML Tables: Find Out When To Use Them (And When To ...
Table Code Sample: Complex Table
- 5HTML Styling Tables Example - CodeShack
Examples. HTML Styling Tables Example. This example will show you how to style HTML tables with C...