How to make a reference to the homepage

How to make a reference to the homepage

If you have own website, then surely take care of that on each page of the website there was a link to the homepage. Such link will help the visitor not to be lost on the website.

It is required to you

  • - own website
  • - the nobility how to place (to upload) files on the website, using "file manager" or ftp
  • - know what is the HTML-code

Instruction

1. To make a reference to the homepage, at first select the address of your website in a line of the browser. The address usually looks so: ""http://website.ru/"" or ""http://www.website.ru/"". The website address is also the homepage address. Then, without removing the cursor from the selected address, click the right mouse button and select "Copy".

2. If you want to make the link any inscription or the drawing on the website, then in the HTML-code write <a href = "">. It will be the first part of the link. Then between quotes insert the copied website address, having placed the cursor on the right place, then having right-clicked and having selected "Insert". At you record of a view"" <a href= ""http://website.ru/"">"" should turn out. Replace the link ""http://website.ru/"" with the address of the homepage of your website. Between angle brackets and characters and also between the sign ""=" and characters of spaces should not be.

3. After the sign"">"" surely put. It will turn out that in record there is a junction of two angle brackets -""> <"". Between two angle brackets write a word or a phrase on which at clique, the user should get on the homepage of the website: "" <href = ""http://website.ru/""> Homepage </a>"". Between angle brackets and characters and also between the sign ""=" and characters of spaces should not be.

4. If the image should be the link to the homepage, then make sure that the necessary image is uploaded to the site. The image in HTML-language is registered so: "" <img src = ""the LINK TO the NECESSARY IMAGE" ">"", where ""the LINK TO the NECESSARY IMAGE"" - the link to the konktretny image which is on your website. Between angle brackets and characters and also between the sign" "= "" and characters of spaces should not be.

5. In order that the image became the link, write such code: "" <href = ""http://website.ru/""> <img src = ""http://website.ru/image1.jpg""> </a>"". Replace the link ""http://website.ru/"" with the address of the homepage of your website, and replace the link ""http://website.ru/image1.jpg"" with the link to the necessary image which is filled in on your website. Between angle brackets and characters and also between the sign ""=" and characters of spaces should not be.

Author: «MirrorInfo» Dream Team


Print