0
How set footer end of the page
I will try and get let me know the proper way ..thanks for advance.
6 Antworten
+ 5
Have you looked up the <footer> tag?
You've tagged CSS, you could also use one of the position attributes to keep it at the bottom of the page.
+ 2
To add a footer in your website, you have to add the footer tag in your HTML code. If you want to customize the footer, add the id to the footer. Here is an example:
HTML:
<footer id = "footer">Copyright 2023</footer>
CSS:
.footer{
background-color: grey;
text-align: center;
justify-content: flex-end;
}
+ 1
Thank for response.... Good heart..
+ 1
No problem, ask me if you need any help related to coding.
+ 1
Sure, I will ask. Can I ask doubt from reactjs
+ 1
shoukath sandy I didn't studied JavaScript till now, but I can help you by searching online, if you want.