html should the footer be inside body
<!-- The <footer> tag should be used within the <body> tag. -->
<body>
<footer>
</footer>
</body>
html should the footer be inside body
<!-- The <footer> tag should be used within the <body> tag. -->
<body>
<footer>
</footer>
</body>
html layout
<!DOCTYPE html> <!-- Start of coding page -->
<html> <!-- Start of html coding -->
<head> <!-- Start of head -->
<title>TITLE</title> <!-- Title -->
<script>
//JavaScript
</script>
<style>
/* CSS */
</style>
</head> <!-- End of head -->
<body> <!-- Start of body -->
<h1>Hello!</h1>
</body> <!-- End of body -->
</html> <!-- End of html coding -->
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us