how to place footer at the end of a page | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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

25th Oct 2021, 9:35 PM
D Doyen
D Doyen - avatar
7 Antworten
+ 2
D Doyen I believe the answer can be found in the Responsive Web Design course which you have completed
25th Oct 2021, 9:41 PM
Rik Wittkopp
Rik Wittkopp - avatar
+ 2
Lesson 9.1 Building the Footer Or do you mean you want it to be visible all the time
25th Oct 2021, 9:50 PM
Rik Wittkopp
Rik Wittkopp - avatar
+ 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>&copy; All rights reserved.</p> </div> </footer>
25th Oct 2021, 10:06 PM
Rik Wittkopp
Rik Wittkopp - avatar
25th Oct 2021, 9:52 PM
SoloProg
SoloProg - avatar
0
Not there
25th Oct 2021, 9:48 PM
D Doyen
D Doyen - avatar
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
25th Oct 2021, 9:54 PM
D Doyen
D Doyen - avatar
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
26th Oct 2021, 6:41 AM
D Doyen
D Doyen - avatar