You will need
  • - your own website
  • - know how to place (upload) your files, using "file Manager" or ftp
  • to know what the HTML code
Instruction
1
In order to make the link on the main page, first select your site address in the browser bar. The address usually looks like: "http://website.ru/" or "http://www.website.ru/". The site address is the address of the main page. Then, without removing the cursor from a highlighted address, click the right mouse button and choose "Copy".
2
If you want to make reference to any inscription or drawing on the website, then in your HTML write < a href = " >. This will be the first part of the link. Then between the quotes, paste the copied website address by placing the cursor on the desired position, then pressing the right mouse button and selecting "Paste". You should now have the entry "< a href="http://website.ru/" >". Link http://website.ru/" replace with the address of the main page of your website. Between the angle brackets and symbols, and also between the sign "=" and whitespace characters should not be.
3
After the sign ">" be sure to put . Turns out that record is the connection of the two angle brackets "><". Between two angle brackets, write the word or phrase, clicking on which the user needs to get on the main page of the website: "< a hrеf = "http://website.ru/" >Home< /a >". Between the angle brackets and symbols, and also between the sign "=" and whitespace characters should not be.
4
If the link on the main page should be the image, make sure that the desired image is uploaded to the site. The image in the HTML language prescribe: "< img src = "LINK TO the right IMAGE >", where "LINK TO the right of the IMAGE" - link to the exact image on your website. Between the angle brackets and symbols, and also between the sign "=" and whitespace characters should not be.
5
In order to make the image become a link, write this code: "< a href = "http://website.ru/" >< img src = "http://website.ru/image1.jpg" >< /a >". Link http://website.ru/" replace with the address of the main page of your site, and link "http://website.ru/image1.jpg" replace with a link to the desired image, uploaded to your website. Between the angle brackets and symbols, and also between the sign "=" and whitespace characters should not be.