I was hoping to find some way of entering code in the footer tag (like in my example) to stick the footer at the bottom instead of just below the end of my content. Is there a way to do this without CSS? Sorry if my terminology is off, I just started learning html a few days ago.
<!doctype html>
<html>
<head><title> Sample Website </title></head>
<body>I want the footer at the bottom of the page</body>
<footer height="0">This is a footer test for a short page</footer>
</html>