Footer տեգ
footer տեգը սահմանում է էջի ստորին մասը
HTML-ում: Օգտագործվում է էջի հիմնական կառուցվածքում.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<div id="wrapper">
<header>
...
</header>
<main>
...
</main>
<aside>
...
</aside>
<footer>
...
</footer>
</div>
</body>
</html>