Computer Science, asked by tvlu2830, 1 year ago

How make the footer to fix in the bottom using html using css?

Answers

Answered by Jackz
0
u can use html official website
Answered by sharmapushkar800
0

Answer:

<style>

.element{

position: fixed;

bottom:0;

}

</style>

<button type="button" onclick="website" class="element">Test</button>

Explanation:

you can convert this file into an app using thunkable website

Similar questions