HTML - イメージ


■ページ目次

Top

■イメージの基本

Top
■イメージ
■例題
  1. 画像を指定した例です。(image01.html)
    1. <!-- image01.html -->
    2. <html>
    3. <head>
    4. <title>わたしのホーム・ページ</title>
    5. <meta http-equiv="Content-type" content="text/html; charset=Shift_JIS"/>
    6. </head>
    7. <body>
    8. <h1>わたしのホーム・ページ</h1>
    9. <h2>ホイップ</h2>
    10. <p>
    11. 女の子で、誕生日は12月14日です。
    12. <img src="pic_0036.jpg" alt="ホイップ"/>
    13. </p>
    14. </ol>
    15. </body>
    16. </html>

    □ 実行結果

    
    
Top

inserted by FC2 system