Newer
Older
git_practice_2019 / rinkou1.html
@sasaki sasaki on 6 Jun 2019 1 KB add in rinkou1.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en-US">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <link rel="stylesheet" href="style.css" type="text/css">
    <title>第1回輪講</title>
    <bgsound src="12 Innocent flower.mp3" loop="3" balance="0" volume="0"></bgsound>
  </head>
  <body>
    <p><acronym title="North Atlantic Treaty Organization">NATO</acronym></p>
    <div>
      <applet code="example.class" width="100" height="50" alt="サンプル">
	ここに代替の内容を記述
      </applet>
    </div>
    <p><big>大きめに表示されます</big></p>
    <blink>点滅して表示されます</blink>
    <center>
      <p>このテキストはセンターに表示されます。</p>
    </center>
    <dir>
      <li>リスト項目A</li>
      <li>リスト項目B</li>
      <li>リスト項目C</li>
    </dir>
    <p><font size="5" color="blue">フォントサイズの指定</font></p>
    <frameset cols="150,*">
      <frame src="example1.html">
      <frame src="example2.html">
      <noframes>
	<body>
	  <p>フレームの代替内容</p>
	</body>
      </noframes>   
    </frameset>
    <isindex>
    <marquee><img src="minase2.jpg" alt="いのりちゃん" width="600" height="400"></marquee>
    <nobr>この部分は改行されません</nobr>
    <embed src="innocentflower.mp3" loop="false" quality="high" bgcolor="#ffffff" type="application/x-shockwave-flash" width="300" height="200">
      
      <noembed><img src="minase1.jpg" alt="サンプル" width="300" height="200"></noembed>
      <p><strike>取り消し線を引いて表示します</strike></p>
      <p><tt>等幅フォントで表示されます</tt></p>
</boby>
</html>