Architect's Log

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

meta要素 http-equiv属性

プラグマ指示子を表します。プラグマ指示子の値はcontent属性で表します。

使用例

<!DOCTYPE html>
<html lang="ja">
<head>
<title>Hello! HTML5</title>
<!-- 10秒ごとにページを再読み込みします。 -->
<meta http-equiv="refresh" content="10" />
</head>
<body>
<h1>大見出し</h1>
<p>こんにちは!HTML5</p>
</body>
</html>