Please enable JavaScript.
Coggle requires JavaScript to display documents.
html (Formatting 文字樣式 (<small> 變小小寫, <del> 刪除文字 (文字中間一橫) …
html
-
-
-
-
-
-
Links
-
-
連結寫法
-
圖片連結
<a href="default.asp"> <img src="smiley.gif" alt="HTML tutorial" style="width:42px;height:42px;border:0"> </a>
iframe 在網頁中設定區塊呈現其他網頁
<iframe src="demo_iframe.htm" name="iframe_a"></iframe><p><a href="https://www.w3schools.com" target="iframe_a">W3Schools.com</a></p>
-