htmlタグ meta情報編

関連タイピング
-
自作のハンバーガーメニューを作成しましょう!
プレイ回数3504英語長文721打 -
html DOM要素
プレイ回数542英語長文285打 -
C言語を用いた記号・数字のタッチタイピング練習です。
プレイ回数1956英語長文220打 -
Pyhonのプログラミングで使いそうな単語・記号を集めました
プレイ回数525英語短文30秒 -
HTML5とCSS3を学ぼう
プレイ回数2.7万長文869打 -
ホームポジションが自然と身につく!
プレイ回数174短文60秒 -
ブラウザで動くテトリスのコーディングです。
プレイ回数2908長文532打 -
JavaScript暗記用です。
プレイ回数3384英語長文707打
問題文
(!DOCTYPE html)
!DOCTYPE html
(head/head)
head/head
(html lang="ja"/html)
html lang="ja"/html
(meta charset="utf-8")
meta charset="utf-8"
(base href="http://www.abc.com/")
base href="http://www.abc.com/"
(title/title)
title/title
(link rel="stylesheet" href="stylesheet.css")
link rel="stylesheet" href="stylesheet.css"
(meta name="description" content="description")
meta name="description" content="description"
(meta name="keywords" content="keyword1,keyword2")
meta name="keywords" content="keyword1,keyword2"
(meta http-equiv="refresh" content="5;url=newpage.html")
meta http-equiv="refresh" content="5;url=newpage.html"
(meta http-equiv="default-style" content="default.css")
meta http-equiv="default-style" content="default.css"
(meta name="author" content="author-name")
meta name="author" content="author-name"
(meta name="robots" content="all")
meta name="robots" content="all"
(link rel="icon" href="favicon.ico")
link rel="icon" href="favicon.ico"
(meta http-equiv="refresh" content="60")
meta http-equiv="refresh" content="60"
(script src="sample.js"/script)
script src="sample.js"/script
(meta name="robots" content="noindex,nofollow")
meta name="robots" content="noindex,nofollow"