<footer>
优质
小牛编辑
118浏览
2023-12-01
描述 (Description)
HTML
例子 (Example)
<!DOCTYPE html>
<html>
<head>
<title>HTML Footer Tag</title>
</head>
<body>
<header>
<h1>Simply Easy Learning</h1>
<p>You're visiting xnip.cn - tutorial hub for simply easy learning.</p>
</header>
<footer>
© Copyright 2014, All Rights Reserved
</footer>
</body>
</html>
全局属性 (Global Attributes)
此标记支持HTML Attribute Reference描述的所有全局属性
事件属性 (Event Attributes)
此标记支持HTML Events Reference中描述的所有事件属性
浏览器支持 (Browser Support)
Chrome | Firefox | IE | Opera | Safari | Android |
---|---|---|---|---|---|
Yes | Yes | Yes | Yes | Yes | Yes |