Home > Web Front-end > HTML Tutorial > Solve how to set the color in the table border_html/css_WEB-ITnose

Solve how to set the color in the table border_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:55:10
Original
1507 people have browsed it

The effect is as shown below:


Reply to discussion (solution)

<style type="text/css">*{ padding:0; margin:0;}table{ border-collapse:collapse; background:#0C9;}th{ width:50%; padding:5px 3px;}td{ padding:5px 3px;}td p{ text-indent:2em;}table th,table td{ border:2px solid #FFF;}.space{ border:2px solid #009; width:500px; margin:20px auto;}.space h3{ height:24px; line-height:24px; background:#03C; color:#FFF; margin:2px 2px 0 2px; padding-left:20px;}</style><div class="space">	<h3>本站导航</h3>    <table width="100%">      <tr>        <th scope="col">网页制作</th>        <th scope="col">留言板</th>      </tr>      <tr>        <td><p>这是一个讲述网页制作方面的栏目,着重讲述了网页制作的一般技能和方法。</p></td>        <td>请留下您的金言。</td>      </tr>      <tr>        <th scope="col">网页制作</th>        <th scope="col">留言板</th>      </tr>      <tr>        <td><p>这是一个讲述网页制作方面的栏目,着重讲述了网页制作的一般技能和方法。</p></td>        <td>请留下您的金言。</td>      </tr>    </table></div>
Copy after login

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template