footer — Complete Guide
footer — Complete Guide: free step-by-step lesson with examples, common mistakes, and interview tips — part of HTML Tutorial on Toolliyo Academy.
On this page
HTML Tutorial · Lesson 38 of 100
footer
Basics ✓ → Forms & semantics → APIs & performance → Projects
Forms & semantics · 2 — Forms, SEO, a11y · ~6 min · HTML — Semantic HTML & SEO
What is this?
footer holds author info, copyright, secondary nav, or appendix for a page/section.
Why should you care?
MarkupVerse global footer lists legal links and contact.
See it live — copy this example
Save as demo.html and open in your browser, or use Run Example below.
<footer>
<nav aria-label="Legal">
<a href="/privacy">Privacy</a>
<a href="/terms">Terms</a>
</nav>
<p><small>© 2026 MarkupVerse</small></p>
</footer>
Run Example »
Edit the code below and click Run to see the result in Toolliyo’s live editor.
What happened?
- Articles can have footers too (author bio).
- Don’t put primary CTA only in footer.
Practice next
- Build legal footer.
- small for copyright.
- Named legal nav.
- Add status link.
- Add address/contact.
Remember
Copyright + legal. Optional section footer. Not the only CTA.
MarkupVerse legal footer
Privacy/Terms always available.
Outcome: Compliance links reachable.
Interview prep for this lesson
Practice these questions aloud after reading—each links to a full structured answer.
Sign in to ask a question or upvote helpful answers.
No questions yet — be the first to ask!