How to create a footer tag with an id attribute
Hi @marlonbaatjes830 !
Welcome to the forum!
In order to better assist you we need more information.
If you are working on a challenge please provide your code and challenge link.
Try this :
<footer id="id-names">Copyright and stuff</footer>
<footer> id="footer"</footer>
It would help to see the entire code but you need to make sure that your id is inside the opening footer tag.
<footer ID GOES IN HERE >
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.