谁会用HTML语言来编写以下程序内容1。浏览器窗口的标题栏显示:"这是我第一个网页.实现4秒后自动跳转某网页
3个回答
展开全部
<html>
<head>
<title>我的第一个网页</title>
</head>
<body text=』blue』>
<h2 align=』center』>我的第一个网页</h2>
<hr>
<p>这是我的第一个网页</p>
</body>
<span id="tiao">4</span><a href="javascript:countDown"></a>秒后自动跳转……<meta http-equiv=refresh content=4;url='/test.htm'</ul>
<script language="javascript" type="">
function countDown(secs){
tiao.innerText=secs;
if(--secs>0)
setTimeout("countDown("+secs+")",1000);
}
countDown(4);
</script>
</html>
<head>
<title>我的第一个网页</title>
</head>
<body text=』blue』>
<h2 align=』center』>我的第一个网页</h2>
<hr>
<p>这是我的第一个网页</p>
</body>
<span id="tiao">4</span><a href="javascript:countDown"></a>秒后自动跳转……<meta http-equiv=refresh content=4;url='/test.htm'</ul>
<script language="javascript" type="">
function countDown(secs){
tiao.innerText=secs;
if(--secs>0)
setTimeout("countDown("+secs+")",1000);
}
countDown(4);
</script>
</html>
展开全部
楼主,把下面横线以下的文字两处[你的名字〕替换成你自己的名字,<h2 align=』center』>与</h2>之间的内容改成你想要显示的标题,<p>与</p>之间可以输入你的文字。接下来点“保存”,把他保存为以“html”为尾码名的文档,比如“我的网页.html”。
——————————————————————————————————————
<html>
<head>
<title>〔你的名字〕的第一个网页</title>
</head>
<body text=』blue』>
<h2 align=』center』>[你的名字]的第一个网页</h2>
<hr>
<p>今天开始我就开始学习使用Html语言写网页了。</p>
</body>
</html>
——————————————————————————————————————
<html>
<head>
<title>〔你的名字〕的第一个网页</title>
</head>
<body text=』blue』>
<h2 align=』center』>[你的名字]的第一个网页</h2>
<hr>
<p>今天开始我就开始学习使用Html语言写网页了。</p>
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<html>
<head>
<title>这是我第一个网页.</title>
</head>
<span id="tiao">4</span><a href="javascript:countDown"></a>秒后自动跳转……<meta http-equiv=refresh content=4;url='/test.htm'</ul>
<!--脚本开始-->
<script language="javascript" type="">
function countDown(secs){
tiao.innerText=secs;
if(--secs>0)
setTimeout("countDown("+secs+")",1000);
}
countDown(4);
</script>
<!--脚本结束-->
</html>
<head>
<title>这是我第一个网页.</title>
</head>
<span id="tiao">4</span><a href="javascript:countDown"></a>秒后自动跳转……<meta http-equiv=refresh content=4;url='/test.htm'</ul>
<!--脚本开始-->
<script language="javascript" type="">
function countDown(secs){
tiao.innerText=secs;
if(--secs>0)
setTimeout("countDown("+secs+")",1000);
}
countDown(4);
</script>
<!--脚本结束-->
</html>
参考资料: http://apps.hi.baidu.com/share/detail/24580866
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |