Bootstrap 简明教程
Bootstrap - Footers demo
What is a footer?
页脚是通常显示在内容底部的网页部分。它包含诸如版权声明、联系方式或指向重要页面的链接之类的信息。
A footer is a section of a webpage that typically appears at the bottom of the content. It contains information like copyright notices, contact details, or links to important pages.
<footer> 标记是用于定义网页页脚部分的 HTML 元素。
The <footer> tag is an HTML element used to define the footer section of a webpage.
以下是一些页脚示例。
Some of the examples of the footer are as follows.
Example |
Description |
Download link |
This example indicates a footer section including a copyright notice, a logo, and a navigation menu at the bottom of the page. |
||
This example indicates a footer contains a list of icons on the right side. |
||
This example represents a navigation bar and copyright notice of a footer section at the center. |
||
This example indicates a responsive footer with copyright notice and list items. |
||
This example indicates a footer section including a searchbar on the right side. |