Architect's Log

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

s要素

s要素は既に正確ではなくなった、既に関係なくなったとことを表します。HTML4では取り消し線を引くために用いられていました。

使用例

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

外観