这是我第四个网页

Original 2019-03-10 01:14:17 214
abstract:<!doctype html><html lang="zh-hans"><head><title>第四个网页,仿淘宝.之前记得的都忘的差不多了.</title></head><link res="stlyesheet" type="text/css" href=

<!doctype html>

<html lang="zh-hans">

<head><title>第四个网页,仿淘宝.之前记得的都忘的差不多了.</title></head>

<link res="stlyesheet" type="text/css" href="css/stlye.css"> /*老师如果你有帮我们检查作业的话,有个问题请帮忙解答下.  windows系统:我在虚拟目录下面建立了吧一个名叫css的文件夹用来存放css文件,具体文件名:css/style.css   在html文件中引用<link res="stlyesheet" type="text/css" href="css/style.css">在页面无法正常链接.  我另外试了下将css文件夹改名,如yangshi/style.css就可以正常链接访问. 或者yangshi/css/style.css就可以./style.css也是可以的...唯独css/style.css不行....万分郁闷 */

<style>

     *{padding:0px;margin:0px;)

    div{height:40px;width:100%;background-color:浅灰色;text-align:center;line-height:40px;) /*这个div好像会被里面的撑开,是不是不用居中.line-height好像也不用给..这些地方比较迷惑.*/

    .menu_content{width:1024px;height:40px;margin:0px auto;}

    .menu_left{乱了 写不出来了}

</style>

<body>

    <div>

        <div class="menu_content">

            <div class="menu_left">

                   <a >中国大陆<span calss="fa fa-angle-down"></span></a>

                  <a style="color:#ff0025">亲,请登录</a>   

                  <a >免费注册</a>   

                   <a >手机逛淘宝</a>  

    </div></div>< /div>

        

   

</body>

</html>


Correcting teacher:韦小宝Correction time:2019-03-10 09:17:37
Teacher's summary:这个问题我看到了 是在本地还是在虚拟机上呢 基本上是不会发生这情况的 既然发生了这个问题 我也很感兴趣 有空的话可以私聊我

Release Notes

Popular Entries