Single Property Website Course - Become an HTML Expert – Day 5
Single property website course become an HTML Expert Day 1
Single property website course become an HTML Expert Day 2
Single property website course become an HTML Expert Day 3
Single property website course become an HTML Expert Day 4
By Bruno Roldan
Today we will continue learning some important tags within they HTML code.
We will apply these tomorrow in to your single property website.
Hyperlinks
Hyperlinks link pages and images. Local File are found in the same Folder.
To link a local file:
Create the document and save it as x.htm
Type: <a href=“x.htm”>text of your hyperlink</a>
Hyperlinks in Buttons
It is sometime preferable to have hyperlinks in the form of a button.
Follow these steps:
Type: <a href= “folder.htm”><img src= “folder/file.gif”><a/>
Where the image is inserted in the second portion of the code. <img src= “folder/file.gif”>
Image Folder
Creating an image folder will hep you organize your images better.
Follow these steps:
Create a folder called images and cut and past it into your website folder.
Save your images in your images folder
In each link add images before your image name <a href= “images/x.gif”>text<<a/>
Index.htm
Servers prefer your main page on your site to be named index.htm for the main page of your site.
To change the name of the of your main web page do the following:
Right click on your file
Select Rename and type: index.htm
Hit enter
External Hyperlinks
External Hyperlink simply means a link to another page on the web, not within your web page.
To make one follow these steps:
Type: <a href=“webaddress”>text of hyperlink </a>
The text will appear underlined and in blue.
Cheers!
OK i'm going to play with the hyper link buttons... thanks for the TIPS... can you use any image?? is there a way to CREATE the image, customer words on it?