The HTML footer element represent the contains and information of any website. It gnarly represent the copyright data or links that will be related to each an every contain of that website. And also social networking sites links inside the footer.
<html> <body> <footer> <p><h4> SapLogic </h4></p> <p> contact information: <a href="www.help4code.com"> [email protected]</a> </p> </footer> </body> </html>O/P
SapLogic
contact information: [email protected]