Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

footer要素

footer要素は、ページやセクションのフッターを表します。

使用例

<!DOCTYPE html>
<html lang="ja">
<head>
<title>Hello! HTML5</title>
<meta charset="UTF-8" />
</head>
<body>
    <article>
        <header>
            <h1>2012/07/01の記事</h1>
        </header>
        <p>こんにちは!HTML5</p>
        <footer>
            <p>投稿者: J.Hashimoto</p>
        </footer>
    </article>
</body>
</html>

外観