htmlタグ meta情報編

関連タイピング
-
スクラッチをやっている人はこちらをご覧ください
プレイ回数3724162打 -
コマンドラインやプログラミング言語のタイピング練習用
プレイ回数605英語長文90秒 -
プログラミングでよく使う記号や構文を練習したい人向け
プレイ回数1万長文956打 -
JavaScript 暗記用です
プレイ回数2640英語長文594打 -
Pythonプログラミングのタイピング超入門です。
プレイ回数2415短文90秒 -
ITエンジニアならみんな知ってる?!解説付きタイピング!
プレイ回数228短文60秒 -
プログラミング(IT)用語を素早く入力しましょう。
プレイ回数445短文かな143打 -
プレイ回数331英語長文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"