[新着] Webテンプレートを仮オープンしました
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict">
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<title>雛形</title>
</head>
<body>
<h1>雛形</h1>
<p id="test1">雛形。</p>
<p id="test2">雛形。</p>
<!--============================================================-->
<hr title="以下は実験用フォーム">
<ul>
<li>title 要素:<input onkeyup="document.title = this.value; "></li>
<li>h1 要素:<input onkeyup="document.getElementsByTagName('h1')[0].firstChild.data = this.value; "></li>
<li>p[@id="test1"] 要素:<input onkeyup="document.getElementById('test1').firstChild.data = this.value; "></li>
<li>p[@id="test2"] 要素:<input onkeyup="document.getElementById('test2').firstChild.data = this.value; "></li>
</ul>
</script>
</body>
</html>