gpt4 book ai didi

html - 如何在html中将导航栏向右移动?

转载 作者:行者123 更新时间:2023-11-28 02:44:02 25 4
gpt4 key购买 nike

这是我的。我错过了什么?我需要在星期一之前将导航栏移到右侧,目前它位于左侧

                <html>
<head>
<title>HTML and JavaScript </title>
</head>
<frameset border="5"rows="60,*">
<frame name="UpperFrame" noresize src="title.html">
<frameset border="5" cols="180,*">
<frame name="rightframe" noresize src="navbar.html">
<frame name="leftframe" noresize src="welcome.html">
</frameset>
</html>

最佳答案

Here is the correct code.

<frameset rows="60,*">
<frame name="UpperFrame" noresize src="title.html">
<frameset cols="*,180">
<frame name="leftframe" noresize src="welcome.html">
<frame name="rightframe" noresize src="navbar.html">
</frameset>
</frameset>

关于html - 如何在html中将导航栏向右移动?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42322990/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com