『壹』 html里的超鏈接怎麼實現

超鏈接就是點擊後跳轉到另一個頁面或執行某種動作!HTML標簽<a
href="地址">內容</a>

『貳』 請問如何用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..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..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..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..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..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..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>

『叄』 HTML如何設置圖片超鏈接,代碼要怎麼寫

在一個<a>標簽中加上一個<img>標簽內容,即可讓該<img>擁有一個超鏈接。然後可以在後版面繼續寫文字,權此文字就會顯示成超鏈接,點擊該文字即可進入超鏈接。下面實例:

<a href="www..com">

<img border="0" src="/i/eg_buttonnext.gif" /></a>

(3)html網站導航超鏈接設計擴展閱讀

格式標志標簽:

<p></p> 創建一個段落 (英文全稱:Paragraphs)

<p align=""> 將段落按左、中、右對齊

<br/>定義新行

<blockquote></blockquote> 從兩邊縮進文本。

<dl></dl> 定義列表(英文全稱:DefinitionList)。

<dt> 放在每個定義術語詞前(定義術語、英文全稱:DefinitionTerm)。

<dd> 放在每個定義之前(定義說明、英文全稱:DefinitionDescription)。

<ol></ol> 創建一個標有序的列表,默認前面有數字,從數字「1」開始計數,依次疊加,也可以設置為字母或從任何自然數開始計數的列表項。

參考資料

HTML-網路

『肆』 html 超鏈接如何設置點擊跳轉到根目錄或其他目錄

超鏈接跳轉到其他的目錄或者根目錄一般是使用相對路徑或者絕對路徑的進行跳轉。

『伍』 用HTML做網頁時,如何使一個超鏈接使用新窗口打開

使用一個超鏈接使用新窗口打開的方法是:在<A標簽中加上 target='_BLANK'即可。
例如:
1、<a href="url" target="_blank">文本專</a>
2、另外target還有兩個參數屬:
3、分別是_self和_top,其中:_self 在當前窗口中打開,_top 在當前窗口上方打開

『陸』 網頁製作中需要加超鏈接應該怎樣做

網頁製作中需要加超鏈接要使用<a>標簽。

在HTML中標簽<a></a> 或者大寫字母A 。其中的a(或者 A) 是 anchor 的縮寫 。anchor ['&aelig;ŋkə] 基本解釋是.:錨, 鐵錨 的。

這些標簽的作用是標明超連接的起始位置或目的位置。

<a> 標簽可定義錨。錨 (anchor) 有兩種用法:

通過使用 href 屬性,創建指向另外一個文檔的鏈接(或超鏈接)通過使用 name 或 id 屬性,創建一個文檔內部的書簽(也就是說,可以創建指向文檔片段的鏈接)<a> 元素最重要的屬性是 href 屬性,它指定鏈接的目標。

在所有瀏覽器中,鏈接的默認外觀是:

未被訪問的鏈接帶有下劃線而且是藍色的已被訪問的鏈接帶有下劃線而且是紫色的活動鏈接帶有下劃線而且是紅色的

示例:

1. <a href="#">關鍵詞</a>

2. <a name="a00">關鍵詞</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 這個命名錨了。

『柒』 在html怎樣運用超鏈接知識,合理設置幾個相互鏈接的靜態網頁

用<a href="跳轉路徑">文本內容></a>

『捌』 html代碼中怎樣實現超鏈接鏈接到一個新的html頁面(新的頁面為自己編寫的html代碼)

<a href="地址" target=_blank >連接</a>

target有四個屬性可選
_blank
瀏覽器總在一個新打開、未命名的窗口中載入目標文內檔。

_self
這個目容標的值對所有沒有指定目標的 <a> 標簽是默認目標,它使得目標文檔載入並顯示在相同的框架或者窗口中作為源文檔。這個目標是多餘且不必要的,除非和文檔標題 <base> 標簽中的 target 屬性一起使用。

_parent
這個目標使得文檔載入父窗口或者包含來超鏈接引用的框架的框架集。如果這個引用是在窗口或者在頂級框架中,那麼它與目標 _self 等效。

_top
這個目標使得文檔載入包含這個超鏈接的窗口,用 _top 目標將會清除所有被包含的框架並將文檔載入整個瀏覽器窗口

『玖』 用HTML做網頁時,如何使一個超鏈接使用新窗口打開

如果你將target的屬性值設成_blank,就可以在新的窗口打開頁面了。例如:
<html>
<body>
<a
href="../asdocs/html_tutorials/humor01.html"
target="_blank">*****</a>
<p>
你點擊這個鏈接的時候,網頁就會在一個新窗口出現。
</p>
</body>
</html>

『拾』 製作一個HTML的網頁.如何使用字體標簽結合超鏈接標簽完成導航欄呢

可以設置a標簽的樣式,使a標簽的文字達到你想要的效果。