Architect's Log

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

rel属性 externalキーワード

externalキーワードは、外部サイトへのリンクを表します。

使用例

<!DOCTYPE html>
<html lang="ja">
<head>
<title>Hello! HTML5</title>
<meta charset="UTF-8">
</head>
<body>
<p>参考サイト:<a href="http://www.jfa.or.jp/" rel="external">日本サッカー協会公式サイト</a></p>
</body>