It is good for every blog to have footer menu for easy navigation of user in the blog
As you can see on this blog I have the home link privacy policy,About ,contact us page in the footer link which is horizontally arrange in the footer section
Please read:- How To Create Page For Tabs and Footer
To simply add this to your blogger site after you have create each page you wanted to add to the footer like the privacy policy About us contact us
Login to your blogger dashboard
Click on layout
Scroll down to the footer section Click on Add gadget in your footer
A pop-up box will come up click on Html as shown in the picture below
Copy and paste the below code to the Html box
<P align="center">
<a href="http://www.nobleshub.com">Home</a>  
<a href ="Link url2">Link name2</a>  
<a href ="Link url3">Link name3</a>  
<a href ="Link url4">Link name4</a>
</p>
Finally click on save
Then reload your blog to see the changes
your footer should look like the picture below
make sure you change the letter Link URL highlighted in red to your page or link URL and also change your Link name highlighted in blue
I hope this properly works for you
As you can see on this blog I have the home link privacy policy,About ,contact us page in the footer link which is horizontally arrange in the footer section
Please read:- How To Create Page For Tabs and Footer
To simply add this to your blogger site after you have create each page you wanted to add to the footer like the privacy policy About us contact us
Login to your blogger dashboard
Click on layout
Scroll down to the footer section Click on Add gadget in your footer
A pop-up box will come up click on Html as shown in the picture below
Copy and paste the below code to the Html box
<P align="center">
<a href="http://www.nobleshub.com">Home</a>  
<a href ="Link url2">Link name2</a>  
<a href ="Link url3">Link name3</a>  
<a href ="Link url4">Link name4</a>
</p>
Finally click on save
Then reload your blog to see the changes
your footer should look like the picture below
make sure you change the letter Link URL highlighted in red to your page or link URL and also change your Link name highlighted in blue
I hope this properly works for you