Architect's Log

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

rel属性 authorキーワード

authorキーワードは、そのページの著者を表します。

使用例

<!DOCTYPE html>
<html lang="ja">
<head>
<title>Hello! HTML5</title>
<meta charset="UTF-8">
</head>
<body>
<form action="./regeister.html">
<p>著者:<a href="mailto:hoge@example.jp" rel="author">佐藤太郎</a></p>
</form>
</body>

レンダリング