39. 關於 HTML 命令描述,下列何者錯誤?
(A)顯示圖形檔:< img src=a1.gif>
(B)超連結:< link href=taipei.html>Go to Taipei</link>
(C)顯示影音檔:< video src=a1.mp4 width=800 height=500> </video>
(D)顯示內部框架網頁檔:< iframe src=a1.htm width=100 height=500> </iframe>

答案:登入後查看
統計: A(42), B(238), C(68), D(53), E(0) #1996465

詳解 (共 4 筆)

#3367985
超文字標記使文件的一部分連結到其他文件錨...
(共 326 字,隱藏中)
前往觀看
13
1
#3880013
(B)超連結<a href="連結...
(共 43 字,隱藏中)
前往觀看
9
0
#3943506

HTML <a> Tag

The <a> tag defines a hyperlink, which is used to link from one page to another.

Create a link to W3Schools.com: <a href="https://www.w3schools.com">Visit W3Schools.com!</a>

https://www.w3schools.com/tags/tag_a.asp


HTML <link> Tag

Link to an external style sheet:

<head>
  <link rel="stylesheet" type="text/css" href="theme.css">
</head>

https://www.w3schools.com/tags/tag_link.asp

1
0
#3378231
(B)超連結:< link href=t...
(共 101 字,隱藏中)
前往觀看
0
0