<nifty:FROM40PC/MES/11/1133>
<html>
<head><title>簡単なページ・パート5</title></head>
<body bgcolor="pink" text="blue">
<p align="center"><font
size=3 color="red"><b>さっそく簡単なページを
作ってみましたぞ。
</b></font><p><br>(
← <P>タグ&センタリングしています)
<div align="right"><font
size=4 color="yellow"><i>たったこれだけでもホー
ムページなんやね。<br>
こんな質素なページでもね
</i></font></div><br>(←
<DIV>タグ+右寄せをしています)
<center>
<font size=5 color="green"><b>いやー、今日も暑かったよねえ。
</b></font><br>
</center> (← <CENTER>タグでセンタリングをしています)
<h1 align="right" color="black"><i>ビアガーデンに行きたいぞ。
</i></h1><br> (← <H>タグで文字サイズ指定しつつ右寄せ)
<font size=7 color="white"><i>ほんちの日記</i></font><br>
</body>
</html>

タグの中にコメントを書いてしまうと、こんなふうになってしまいます
<html>
<head><title>簡単なページ・パート5</title></head>
<body bgcolor="pink" text="blue">
<p align="center"><font
size=3 color="red"><b>さっそく簡単なページを
作ってみましたぞ。
</b></font><p><br>
<!--↑ <P>タグ&センタリングしています-->
<div align="right"><font
size=4 color="yellow"><i>たったこれだけでもホー
ムページなんやね。<br>
こんな質素なページでもね
</i></font></div><br>
<!--↑<DIV>タグ+右寄せをしています-->
<center>
<font size=5 color="green"><b>いやー、今日も暑かったよねえ。
</b></font><br>
</center>
<!--↑<CENTER>タグでセンタリングをしています-->
<h1 align="right" color="black"><i>ビアガーデンに行きたいぞ。
</i></h1><br>
<!--↑<H>タグで文字サイズを指定しつつ、右寄せしています-->
<font size=7 color="white"><i>ほんちの日記</i></font><br>
</body>
</html>

コメントタグを使うと、コメント文は表示されません
<html>
<head><title>簡単なページ・パート?</title></head>
<body bgcolor="pink" text="blue">
<p align="center"><font
size=3 color="red"><b>さっそく簡単なページを
作ってみましたぞ。
</b></font><p><br>
<!--↑ <P>タグ&センタリングしています-->
<div align="right"><font
size=4 color="yellow"><i>たったこれだけでもホー
ムページなんやね。<br>
こんな質素なページでもね
</i></font></div><br>
<!--↑<DIV>タグ+右寄せをしています-->
<center>
<font size=5 color="green"><b>いやー、今日も暑かったよねえ。
</b></font><br>
</center>
<!--↑<CENTER>タグでセンタリングをしています-->
<h1 align="right" color="black"><i>ビアガーデンに行きたいぞ。
</i></h1><br>
<!--↑<H>タグで文字サイズを指定しつつ、右寄せしています-->
<font size=7 color="white"><i>ほんちの日記</i></font><br>
<address>mitsurin@nifty.ne.jp</address>
<address>22/10/1999</address>
<!--↑上の二行がアドレス文ですね-->
</body>
</html>

アドレス文を下に追加した例
<html>
<head><title>簡単なページ・パート5</title></head>
<body bgcolor="pink" text="blue">
<marquee>
<p align="center"><font
size=3 color="red"><b>さっそく簡単なページを
作ってみましたぞ。
</b></font><p><br>
<!--↑ <P>タグ&センタリングしています-->
<div align="right"><font
size=4 color="yellow"><i>たったこれだけでもホー
ムページなんやね。<br>
こんな質素なページでもね
</i></font></div><br>
<!--↑<DIV>タグ+右寄せをしています-->
<center>
<font size=5 color="green"><b>いやー、今日も暑かったよねえ。
</b></font><br>
</center>
<!--↑<CENTER>タグでセンタリングをしています-->
<h1 align="right" color="black"><i>ビアガーデンに行きたいぞ。
</i></h1><br>
<!--↑<H>タグで文字サイズを指定しつつ、右寄せしています-->
<font size=7 color="white"><i>ほんちの日記</i></font><br>
<address>mitsurin@nifty.ne.jp</address>
<address>22/10/1999</address>
<!--↑上の二行がアドレス文ですね-->
</marquee>
</body>
</html>

動的には見せられませんが、全文が横にスクロールしています。
Netscapeでは変化しません。
| Lesson 1 | Lesson 2 | Lesson 3 | Lesson 4 | Lesson 5 | Lesson 6 | Lesson 7 | Lesson 8 | Lesson 9 | Lesson10 |
| Lesson11 | Lesson12 | Lesson13 | Lesson14 | Lesson15 | Lesson16 | Lesson17 | Lesson18 | Lesson19 | Lesson20 |
| Lesson21 | Lesson22 | Lesson23 | Lesson24 | Lesson25 | Lesson26 | Lesson27 | Lesson28 | Lesson29 | Lesson30 |
| トップページへ | コマンドプロンプト | VBAで遊ぼう | パレットへ(注) | ホームページ道場へ(注) |
| (注)@nifty会員のみご利用いただけます | 30日で完成ホームページ本 | ファイルの開き方 | ||
![]()
ホームページの内容の転載を禁じます made by mitsurin