Step 3: Download favicon
I see the icon here, but how do I save it?
Click on it with the right mouse button and select 'Save image as...' to save it to your disk.
How do I make it shown on my website?
Drop the file 'favicon.ico' in the root of your webserver.
I cannot access the root of my webserver. Is there another way?
Put the following code in the HEAD section of your website:
<link rel="shortcut icon" href="/yourfolder/favicon.ico" />
Replace 'yourfolder' with the name of your folder.