How set footer end of the page | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How set footer end of the page

I will try and get let me know the proper way ..thanks for advance.

13th May 2023, 7:17 PM
shoukath sandy
shoukath sandy - avatar
6 Answers
+ 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.
13th May 2023, 8:02 PM
Ausgrindtube
Ausgrindtube - avatar
+ 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; }
15th May 2023, 2:45 PM
Danish Zubair
Danish Zubair - avatar
+ 1
Thank for response.... Good heart..
18th May 2023, 6:24 PM
shoukath sandy
shoukath sandy - avatar
+ 1
No problem, ask me if you need any help related to coding.
18th May 2023, 7:23 PM
Danish Zubair
Danish Zubair - avatar
+ 1
Sure, I will ask. Can I ask doubt from reactjs
18th May 2023, 7:27 PM
shoukath sandy
shoukath sandy - avatar
+ 1
shoukath sandy I didn't studied JavaScript till now, but I can help you by searching online, if you want.
18th May 2023, 9:19 PM
Danish Zubair
Danish Zubair - avatar