Architect's Log

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

small要素

small要素は細目のような注釈を表します。HTML4では小さなフォントを表していました。

使用例

<!DOCTYPE html>
<html lang="ja">
<head>
<title>Hello! HTML5></title>
<meta charset="UTF-8">
</head>
<body>
    <h1>大見出し</h1>
    <p>こんにちは!HTML5</p>
    <footer>
        <small>&copy; copyright 2012 J.Hashimoto</small>
    </footer>
</body>

外観