Search results
Learn how to use the HTML tag to define a footer for a document or section. See examples, browser support, global and event attributes, and related pages.
- Try It Yourself
footer {. text-align: center; padding: 3px;...
- CSS Website Layout
Footer. There are tons of different layout designs to choose...
- HTML Layout
HTML Layout Elements. HTML has several semantic elements...
- HTML Semantics
HTML <footer> Element. The <footer> element defines a footer...
- Try It Yourself
Learn how to create a website layout with headers, menus, content and a footer using CSS. See examples of different column layouts, responsive design and footer styling.
Learn how to create a fixed/sticky footer using CSS with a hands-on tutorial on the W3Schools Tryit Editor.
Learn how to create multicolumn layouts with HTML and CSS, including the footer element. Compare different techniques and tools, such as CSS frameworks, float, flexbox and grid.
HTML <footer> Element. The <footer> element defines a footer for a document or section. A <footer> element typically contains: authorship information; copyright information; contact information; sitemap; back to top links; related documents; You can have several <footer> elements in one document.
footer {. text-align: center; padding: 3px; background-color: DarkSalmon; color: white; } </style>. </head>.
Learn how to use the HTML tag to create a footer for a web page or a section. See syntax, attributes, examples, and browser support for this HTML5 element.