老师,看到每个标签都有name,我没用name也没发现有什么区别。name到底起个什么作用啊
又要加粗又要斜体效果的文体标签嵌套需要注意顺序吗,
比如<i><b>你好</b></i>或者<b><i>你好</i></b>,是都可以的吗
老师为啥就能一下子把几行代码包进<a>里,看着很丝滑;翻译件提供的快捷提示我没有,怎么安装啊
问题就是,为什么footer容器夹在侧边栏和主要内容之间了呢
<style> .container{ width: 1400px; height: 1400px; margin: 0 auto; background-color: brown; } .header{ height:80px; background-color: antiquewhite; } .nav{ height:80px; margin-top: 10px; background-color: antiquewhite; } .main{ height:80px; margin-top: 10px; } .left{ float: left; width: 900px; height: 600px; background-color: bisque; } .right{ float: right; width: 480px; height: 600px; background-color: antiquewhite; } .footer{ height: 80px; margin-top: 10px; background-color: bisque; } </style> <body> <div class="container"> <div class="header">网站头部</div> <div class="nav">网站导航</div> <div class="main"> <div class="left">主要内容</div> <div class="right">侧边栏</div> </div> <div class="footer">网站底部</div> </div> </body> 跟着老师敲的代码,怎么运行出来最后一个footer容器怎么是这样显示的
为什么会这样啊1
<style>
.root{
width: 500px;
height: 500px;
}
.left{
float: left;
width: 250px;
background-color: firebrick;
.right{
background-color: cyan;
.top{
height: 250px;
background-color: pink;
.bottom{
background-color: darkblue;
</style>
</head>
<body>
<div class="root">
<div class="left">
<div class="top"></div>
<div class="bottom"></div>
</div>
<div class="right"></div>
</body>
老师,left那个颜色为什么被覆盖了
感觉效果出不来,我已经跟老师改的差不多了,但是还是没变化,一直这样。
04.商城官网_banner.zip
为什么我的shift+alt+up/down用不了
老师我想问一下,购物车的鼠标滑动之后的边框不显示想问一下我写的CSS哪里出了问题。
<ul>
<li><a href="https://bjsxt.com">尚学堂合作</a></li>
<li><a href="https://itbaizhan.cn">百战程序员</a></li>
<li><a href="https://mi.com">小米</a</li>
<li><a href="https://jd.com">京东</a></li>
</ul>
什么情况下适合使用a href="#"?
老师,为什么我加了浮动为什么还是竖着摆放的啊?
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
.boot {
width: 600px;
height: 600px;
background-color: azure;
.left {
width: 300px;
width: 400px;
background-color: aquamarine;
<div class="boot">
<div class="left"></div>
<div class="right">
<div class="bottom">
<div class="sleft"></div>
<div class="sright"></div>
</html>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<img src="phone·.jpg" alt="">
老师,为什么我的这个不显示图片
这里写value的意义是什么?
<html lang="en">和<html>是一样的么
非常抱歉给您带来不好的体验!为了更深入的了解您的学习情况以及遇到的问题,您可以直接拨打投诉热线:
我们将在第一时间处理好您的问题!
关于
课程分类
百战程序员微信公众号
百战程序员微信小程序
©2014-2025百战汇智(北京)科技有限公司 All Rights Reserved 北京亦庄经济开发区科创十四街 赛蒂国际工业园网站维护:百战汇智(北京)科技有限公司 京公网安备 11011402011233号 京ICP备18060230号-3 营业执照 经营许可证:京B2-20212637