为什么设置CSS为script{margin-top: 400px;margin-left: 800px;}不能使脚本出现在右下方?而加个div可以
<html><head><title>script</title><styletype="text/css">script{margin-top:400px;margin...
<html>
<head>
<title>script</title>
<style type="text/css">
script{margin-top: 400px;
margin-left: 800px;}
</style>
</head>
<body>
<script type="text/javascript">
document.write(Date())
</script>
</body>
</html> 展开
<head>
<title>script</title>
<style type="text/css">
script{margin-top: 400px;
margin-left: 800px;}
</style>
</head>
<body>
<script type="text/javascript">
document.write(Date())
</script>
</body>
</html> 展开
8个回答
展开全部
。。。。。<script>是非显示标签。。。。。。
就像<style>标签一样
就像<style>标签一样
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
大哥你将html javascript css搞混了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询