Tutorials

KodeKite Tools

HTML
Flexbox
SVG
Canvas
HTML Tutorial

More


HTML Footer Element
Footer Element

Footer is a HTML5 semantic element used to specify the footer for a document or section. footer contains information about its containing elements, mostly it contains links, pages, copyright, terms, conditions, contact information, auther etc.

Syntax

<footer>Content</footer>


You can define one or more than one footers in a document.


Example


Practice Task

Open notepad or any other text editor, follow the following points.


  • Use <footer> element to create footer
  • Inside <footer> element create one heading 3 and one paragraph
  • Assign text "Footer" to heading 3 and text "Contact us" to paragraph
  • Use CSS to style footer, apply background-color and give width and height of 100%, 80px respectively

save file with name task.html or task.htm and then open it using any browser and see results.


Solution

Footer

Cotact Us