[ホーム] -> [CSS 実験室]

test-css/hello3.html

ソース

このソースをダウンロードする。

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
 "http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja">
  <head>
    <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 
    <meta http-equiv="Content-Style-Type" content="text/css"> 
    <link rev="made" href="mailto:hizuya@hizlab.net">
    <title>CSS Hello World</title>
    <link rel="stylesheet" type="text/css" href="hello.css">
  </head>
  <body>
    <div id="css1">Hello World</div>
  </body>
</html>

実行

この HTML を表示する。

戻る