鱼C论坛

 找回密码
 立即注册
查看: 4190|回复: 2

怎么打这些没显示表格?

[复制链接]
发表于 2021-7-12 09:28:46 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
<!DOCTYPE html>
<html lang="zh_TW">
<head>
    <meta charset="utf-8"  / >

    <title>Hello, HTML5</title>
</head>
<body>

    <style>

       td:nth-child(1){

        text-align:left;

        }

       td:nth-child(2){

        text-align:right;

         }

        tr:nth-child(2n+1){

         background-color:  #f1f1f1;

         }

        tr:first-child{

         color:  #FFFFFF;

         background-color:  #00CED1;

         }

      </style>


       <h2> 花生餅乾 </h2>

       <table>

         <tr>

           <th> 食材 </th>

           <th> 份量 </th>

         </tr>

         <tr>

           <td>無鹽奶油</td>

           <td>120g</td>

        </tr>

       </table>
         

</body>

</html>
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

 楼主| 发表于 2021-7-12 09:57:42 | 显示全部楼层
css档案要怎么存和放才会显示?
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

 楼主| 发表于 2021-7-13 00:18:28 | 显示全部楼层
已解决
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-6-30 01:09

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表