Architect's Log

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

address要素

address要素は、サイト管理者や記事の著者の連絡先を表します。

使用例

<!DOCTYPE html>
<html lang="ja">
<head>
<title>Hello! HTML5></title>
<meta charset="UTF-8">
</head>
<body>
    <h1>大見出し</h1>
    <p>こんにちは!HTML5</p>
    <footer>
        <address>当サイトの連絡先: mail@example.jp</address>
    </footer>
</body>

外観

連絡先が斜体で表示されてますね。