refresh
指定した秒数後にページをリフレッシュまたはリダイレクト
<meta http-equiv="refresh"content="5;url=https://example.com">
content-type
HTML の文字エンコーディングを指定
<meta http-equiv="content-type"content="text/html; charset=utf-8">
expires
ページの有効期限を指定
<meta http-equiv="expires"content="Wed, 21 Oct 2025 07:28:00 GMT">
cache-control
ページのキャッシュ動作を制御
<meta http-equiv="cache-control"content="no-cache">
pragma
キャッシュの無効化
<meta http-equiv="pragma"content="no-cache">
default-style
デフォルトのスタイルシートを適用
<meta http-equiv="default-style"content="mystyle">