htmlタグ meta情報編
html5の暗記用 <>を省いていてタイピングにしました
<heed>内に記述する内容で構成しています
関連タイピング
-
pythonのコードを打とう
プレイ回数28 長文60秒 -
TLJ専用のHTML練習用タイピングです。
プレイ回数4888 260打 -
自作のハンバーガーメニューを作成しましょう!
プレイ回数4452 英語長文721打 -
パソコン整備士1級から出題
プレイ回数39 長文979打 -
プレイ回数34 長文935打
-
TLJ専用のHTML(上級編)タイピングです。
プレイ回数2259 長文60秒 -
HTML&CSSを忘れないために
プレイ回数3万 英語長文759打 -
※long long → ll, vector → vc
プレイ回数583 英語90秒
問題文
ふりがな非表示
ふりがな表示
(!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"