+ 1
how to place footer at the end of a page
How to place footer at the very end of a webpage am not talking of fixed where by the footer stay below the view point. I wanted it to be seen as the end of a document such the one in w3 school that contain contacts at the end of each lessons
7 odpowiedzi
+ 2
D Doyen
I believe the answer can be found in the Responsive Web Design course which you have completed
+ 2
Lesson 9.1
Building the Footer
Or do you mean you want it to be visible all the time
+ 2
D Doyen
Forgive me for being dense, but doesn't the following section of code provide a footer which sits at the base of a web page, and contains links?
<footer>
<div class="container">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contacts</a></li>
</ul>
<p>© All rights reserved.</p>
</div>
</footer>
+ 1
Responsive Web Design
https://www.sololearn.com/learning/1162
0
Not there
0
Rik Wittkopp
I think you have come across website where footers are at the very last bottom of the page where The last pieces of the webpage ends then you come across the footer that I want not that answer you gave about responsive web design I check stack exchange and I implemented the Answer they suggested but it kept failing and those who implemented it said it worked hope sololearn code playground doesn't have a bug
0
Rik Wittkopp
I don't want it to be visible all the time am not talking about fixed footer I want it to be seen at the end of the page and still maintain it position even if the page content is small