鱼C论坛

 找回密码
 立即注册
查看: 3960|回复: 8

[作品展示] 送给鱼C一个网站(未建成)

[复制链接]
发表于 2017-6-4 14:49:18 | 显示全部楼层 |阅读模式

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

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

x
代码如下:
[quote]<html>
    <head>
        <title>中小学生专属论坛</title>
        <meta charset = "ANSI">
                <link href = "背景.css" type = "text/css" />
        <style type = "text/css">
                        @import"背景.css";
                        .html{
                                 background:url(html.jpg);
                        }
                        .div{
                                 background:url(div.jpg);
                                 
                        }
                        .form{
                                 align:center;
                        }
            h1{
                color:#00FFFF;
                height:100px;
                        }
            小学生{
                width:500px;
                height:300px;
                background:url(hh.png);
            }
            caption{
                align:center;
            }
            table{
                align:center;
                
            }
        </style>
    </head>
    <body>
        <center><h1><strong>中小学生专属论坛<strong></h1></center>
        <center><h4><small>这里有最好的互助平台,让学生不再有高低之分,学霸带普通学生,普通学生带学渣!</small></h4></center>
        <a href = "注册.html">注册</a>
                <a href = "登录.html">登录</a>
        <div id = "小学生">
            <table width = 100% broder = '2' color:F43828>
                <center><caption><h2>小学生专版</h2></caption></center>
                <tr>
                    <th>年级</th>
                    <th>科目</th>
                    <th>科目</th>
                    <th>科目</th>
                </tr>
                <tr>
                    <td>一年级</td>
                    <td>语文</td>
                    <td>数学</td>
                    <td></td>
                </tr>
                <tr>
                    <td>二年级</td>
                    <td>语文</td>
                    <td>数学</td>
                    <td></td>
                </tr>
                <tr>
                    <td>三年级</td>
                    <td>语文</td>
                    <td>数学</td>
                    <td>英语</td>
                </tr>
                <tr>
                    <td>四年级</td>
                    <td>语文</td>
                    <td>数学</td>
                    <td>英语</td>
                </tr>
                <tr>
                    <td>五年级</td>
                    <td>语文</td>
                    <td>数学</td>
                    <td>英语</td>
                </tr>
                <tr>
                    <td>六年级</td>
                    <td>语文</td>
                    <td>数学</td>
                    <td>英语</td>
                </tr>
            </table>
        </div>
        
        <div id = "中学生">
            <table width = 100% broder = '2' color:#00F3FF>
                <center><caption><h2>中学生专版</h2></caption></center>
                <tr>
                    <th>年级</th>
                    <th>科目</th>
                    <th>科目</th>
                    <th>科目</th>
                    <th>科目</th>
                    <th>科目</th>
                    <th>科目</th>
                    <th>科目</th>
                </tr>
                <tr>
                    <td>一年级</td>
                    <td>语文</td>
                    <td>数学</td>
                    <td>英语</td>
                    <td>历史</td>
                    <td>生物</td>
                    <td>道德与法治</td>
                    <td></td>
                </tr>
                <tr>
                <tr>
                    <td>二年级</td>
                    <td>语文</td>
                    <td>数学</td>
                    <td>英语</td>
                    <td>历史</td>
                    <td>生物</td>
                    <td>道德与法治</td>
                    <td>物理</td>
                </tr>
                <tr>
                <tr>
                    <td>三年级</td>
                    <td>语文</td>
                    <td>数学</td>p
                    <td>英语</td>
                    <td>历史</td>
                    <td>生物</td>
                    <td>道德与法治</td>
                    <td>物理</td>
                </tr>
                <tr>
            </table>
        </div>
    </body>
    <footer>
        <a href = "http://bbs.fishc.com"><p>隶属于鱼C工作室</p ></ a>
        <a href = "http://www.baidu.com">百度一下</ a>
        <a href = "http://blog.fishc.com">编程教学资源下载</ a>
    </footer>
</html>[/quote]
请注意,网站首页右下方会显示“隶属于鱼C工作室”哦~@小甲鱼
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2017-6-4 15:09:05 | 显示全部楼层
那第四行代码改一下<meta charset='utf-8'>要不然是乱码
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

 楼主| 发表于 2017-6-4 15:48:31 From FishC Mobile | 显示全部楼层
我本来就是设置UTF8,然后乱码了……
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-6-4 16:08:17 | 显示全部楼层
来个截图~
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

 楼主| 发表于 2017-6-4 17:57:01 | 显示全部楼层

截图怎么发?
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

 楼主| 发表于 2017-6-4 18:14:14 | 显示全部楼层

截图来了

截图来了,没什么功能,后端还没写。

截图来了,没什么功能,后端还没写。
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-9-26 08:50:22 | 显示全部楼层
过来看看
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2018-7-2 12:21:50 | 显示全部楼层
[quote]
涓皬瀛︾敓涓撳睘璁哄潧
杩欓噷鏈夋渶濂界殑浜掑姪骞冲彴锛岃瀛︾敓涓嶅啀鏈夐珮浣庝箣鍒嗭紝瀛﹂湼甯︽櫘閫氬鐢燂紝鏅
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2019-10-23 15:47:59 | 显示全部楼层
1314xxxxxx 发表于 2017-6-4 15:48
我本来就是设置UTF8,然后乱码了……

用的IIS,不用UTF-8。
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-23 02:16

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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