|
WebTV JavaScript Bug Alert
Reload Page
CMD + R for 3 Seconds
Computer users, this site is designed by and for the WebTV/MSNTV Internet Terminal and may not display or function as intended for you.
Add A Link With HTMLOn this page we will learn how to add a link using HTML. The first thing to remember is HTML is very unforgiving. One misplaced quotation mark, spelling error or extra space in the wrong spot will void the whole code. The first thing you must have in the top left corner is <HTML>, and you can have nothing in front if it (not even a blank space). <HTML> must be the first thing a browser sees on the page or email, and must also be the first thing in your signature box if you want to
To add a clickable text link you will do this:
Making an image or picture a clickable link will look like this: <a href="http://URL_of_the_page_or_sound">
To add a clickable email link: <a href="mailto:TheAddy@wherever.com"> This text</a> is your mail link. To make an image "become" an email link, it will look like this: <a href="mailto:TheAddy@wherever.com"> <img src="http://URL_of_image"> It is always best to add size attributes to an image tag, as these will help speed the loading time of your page. To find the size of an image you can use the image sizer on my WebTV Work Center <img src="http://URL-of-image" height="?"width="?"> The last thing you have to add to the end of an HTML document is the closing tag of </HTML> There is 1 visitor online
|
|
Search New2HTML.com
powered by FreeFind |
|
|