1、在html中超链接路径分哪几类
一般分为三种:
一种是绝对URL的超链接。URL(Uniform Resource Locator)就是统一资源定位符,简单地讲就是网络上的一个站点、网页的完整路径。
第二种是相对URL的超链接。如将自己网页上的某一段文字或某标题链接到同一网站的其他网页上面去。
还有一种称为同一网页的超链接,这种超链接又叫做书签。
2、用HTML做网页时,如何使一个超链接使用新窗口打开?
使用一个超链接使用新窗口打开的方法是:在<A标签中加上 target='_BLANK'即可。
例如:
1、<a href="url" target="_blank">文本</a>
2、另外target还有两个参数:
3、分别是_self和_top,其中:_self 在当前窗口中打开,_top 在当前窗口上方打开
3、在HTML里怎么给普通按钮添加超链接?
<a href="超链接地址">
<input type=button value="按钮" >
</a>
1.如果让本页转向新的页面则用:
<input type=button onclick="window.location.href('超链接地址')" value="按钮">
2.如果需要打开一个新的页面进行转向,则用:
<input type=button onclick="window.open('超链接地址')" value="按钮">

(3)html网站导航超链接设计扩展资料
HTML <button> 标签
定义和用法
<button> 标签定义一个按钮。
在 button 元素内部,您可以放置内容,比如文本或图像。这是该元素与使用 input 元素创建的按钮之间的不同之处。
<button> 控件 与 <input type="button"> 相比,提供了更为强大的功能和更丰富的内容。<button> 与 </button> 标签之间的所有内容都是按钮的内容,其中包括任何可接受的正文内容,比如文本或多媒体内容。
例如,我们可以在按钮中包括一个图像和相关的文本,用它们在按钮中创建一个吸引人的标记图像。
禁止使用的元素是图像映射,因为它对鼠标和键盘敏感的动作会干扰表单按钮的行为。
请始终为按钮规定 type 属性。Internet Explorer 的默认类型是 "button",而其他浏览器中(包括 W3C 规范)的默认值是 "submit"。
4、在html中怎样从一个页面的超链接到另一个页面的指定地点
你搜一下 锚 那个网页定义一个锚 链接时加上这个锚的 名字就行了
-------一定要注意自己自学能力啊,是要学JAVA还是干什么?(这个我也管不着)
你的链接页面里这样写个链接
<a href="target.html#test">05.html</a>
在目标页面这样写
<a name="test">target position</a>
英文写的可能不对 锚写法好像超链接 只是href改为name 了
5、网页制作中需要加超链接应该怎样做
网页制作中需要加超链接要使用<a>标签。
在HTML中标签<a></a> 或者大写字母A 。其中的a(或者 A) 是 anchor 的缩写 。anchor ['æŋkə] 基本解释是.:锚, 铁锚 的。
这些标签的作用是标明超连接的起始位置或目的位置。
<a> 标签可定义锚。锚 (anchor) 有两种用法:
通过使用 href 属性,创建指向另外一个文档的链接(或超链接)通过使用 name 或 id 属性,创建一个文档内部的书签(也就是说,可以创建指向文档片段的链接)<a> 元素最重要的属性是 href 属性,它指定链接的目标。
在所有浏览器中,链接的默认外观是:
未被访问的链接带有下划线而且是蓝色的已被访问的链接带有下划线而且是紫色的活动链接带有下划线而且是红色的
示例:
1. <a href="#">关键词</a>
2. <a name="a00">关键词</a>

(5)html网站导航超链接设计扩展资料
html中a标签的属性介绍:

a标签实例:
HTML 文档内部的已命名的锚:
<a name="tips">Useful Tips Section</a>然后,我们创建指向相同文档中“有用的提示”部分的链接:
<a href="#tips">Visit the Useful Tips Section</a>或者,创建从另一个页面指向该文档中“有用的提示”部分的链接:
<a href="url/#tips">Visit the Useful Tips Section</a>在上面的代码中,我们将 # 符号和锚名称添加到 URL 的末端,就可以直接链接到 tips 这个命名锚了。
6、请问如何用html做超链接.给我的简单的导航条做链接?
<html>
<head>
<title>我的歌
</title>
</head>
<body>
<table align=center border=1 width=760 height=300 bgcolor=#ffffff cellspacing=0 cellpadding=5>
<tr>
<td >
<table width=750 border=0 height=30 bgcolor=#ffffff>
<tr>
<td align=center><font color=red>我的首页</font>
</td>
<td align=center><font color=red>音乐之声</font></td><td align=center><font color=red>图片世界</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table align=center width=760 border=1 bordercolor="red" height=150 bgcolor=#00ff00>
<tr>
<td><img src="http://t3.baidu.com/it/u=4079419083,556258271&gp=2.jpg"><p>我的音乐</p><embed src="http://www.sy40.com/grweb/classes/1-10/play/music/mylove.wma" autostart="ture" hidden="true" loop="true" ></embed>
</td>
<td><img src="http://t3.baidu.com/it/u=4079419083,556258271&gp=2.jpg"><p>我的音乐</p><embed src="http://www.sy40.com/grweb/classes/1-10/play/music/mylove.wma" autostart="ture" hidden="true" loop="true" ></embed>
</td>
<tr>
<td border=1 bordercolor=blue><img src="http://t3.baidu.com/it/u=4079419083,556258271&gp=2.jpg"><p>我的音乐</p><embed src="http://www.sy40.com/grweb/classes/1-10/play/music/mylove.wma" autostart="ture" hidden="true" loop="true" ></embed>
</td>
<td border=1 bordercolor=blue> <img src="http://t3.baidu.com/it/u=4079419083,556258271&gp=2.jpg"><p>我的音乐</p><embed src="http://www.sy40.com/grweb/classes/1-10/play/music/mylove.wma" autostart="ture" hidden="true" loop="true" ></embed>
</td>
</tr>
<tr>
<td border=1 bordercolor=blue><img src="http://t3.baidu.com/it/u=4079419083,556258271&gp=2.jpg"><p>我的音乐</p><embed src="http://www.sy40.com/grweb/classes/1-10/play/music/mylove.wma" autostart="ture" hidden="true" loop="true" ></embed>
</td>
<td border=1 bordercolor=blue><img src="http://t3.baidu.com/it/u=4079419083,556258271&gp=2.jpg"><p>我的音乐</p><embed src="http://www.sy40.com/grweb/classes/1-10/play/music/mylove.wma" autostart="ture" hidden="true" loop="true" ></embed>
</td>
</tr>
</table>
<tr>
<td>
<table border=1 bordercolor=red width=100% height=120 cellspacing=4 cellpadding=6 bgcolor=#808080 valign=middle>我们都是你爱好者
</table>
</body>
</html>
7、html网页,怎样分区,就是最上面网站标志,下面左侧是导航栏,超链接之类,右侧写内容。
<div id='all'>
<div id="tiltle"></div>
<div id="mdi">
<div id="left"></div>
<div id="right"></div>
</div>
</div>
8、html 超链接如何设置点击跳转到根目录或其他目录
超链接跳转到其他的目录或者根目录一般是使用相对路径或者绝对路径的进行跳转。
9、制作一个HTML的网页.如何使用字体标签结合超链接标签完成导航栏呢?
可以设置a标签的样式,使a标签的文字达到你想要的效果。
10、html代码中怎样实现超链接链接到一个新的html页面(新的页面为自己编写的html代码)
<a href="地址" target=_blank >连接</a>
target有四个属性可选
_blank
浏览器总在一个新打开、未命名的窗口中载入目标文档。
_self
这个目标的值对所有没有指定目标的 <a> 标签是默认目标,它使得目标文档载入并显示在相同的框架或者窗口中作为源文档。这个目标是多余且不必要的,除非和文档标题 <base> 标签中的 target 属性一起使用。
_parent
这个目标使得文档载入父窗口或者包含来超链接引用的框架的框架集。如果这个引用是在窗口或者在顶级框架中,那么它与目标 _self 等效。
_top
这个目标使得文档载入包含这个超链接的窗口,用 _top 目标将会清除所有被包含的框架并将文档载入整个浏览器窗口