click below
click below
Normal Size Small Size show me how
Week 3
Links
Question | Answer |
---|---|
_blank | Opens the linked document in a new window or tab |
_self | Opens the linked document in the same window/tab |
_parent | Opens the linked document in the parent frame |
_top | Opens the linked document in the full body of the window |
framename | Opens the linked document in a named frame |
<a href=" <img src="hello.gif"> </a> | Image as a link |
<p><a href="#C4">Lesson 4</a></p> | Bookmark |
<p><a href=" img link.html">TRANFER TO IMG LINK WEB PAGE</a></p> | Text hyperlink |
<style> img { width:300px; height:300 px; } </style> | Image width and height |
<img src="C:\Users\UnicPC1L\Desktop\examples_24_07\images\smiley3.gif"> | Image from different destination |
<img src=" .. " | Image from a server |
<p><img src="smiley.gif" alt="Smiley face" style="float:right;></p> | Image floating |