(01) 次のようなソースのWebページ「re06.htm」を作成してください。
<?xml version="1.0" encoding="Shift_JIS"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> <head> <meta http-equiv="Content-Language" content="ja" /> <meta http-equiv="Content-Type" content="text/html; charset=shift_jis" /> <title>作表</title> <link rel="stylesheet" type="text/css" href="sam06.css" /> </head> <body> <h1>表の練習</h1> </body> </html>
(02) 次のようなソースのCSSファイル「sam06.css」を作成してください。
h1{ font-weight:normal; font-size:150%; color:#0000FF; }