画像表示例


    <P> <img src="https://cf616276.cloudfree.jp/images/tm.png" alt="内容名前" title="タイトル" width="数値 " height="400" ></P> 
  

  

内容名前


    #HTML

    <figure class="free-img">
    
      <iframe src="./images/tm.png" frameborder="1" width="320" height="400"></iframe>
        
      <figcaption class="free-img-info">
                  <iframe src="./images/tm.png">
                  <p>この銅像は誰でしょう</p>
          </figcaption>

      </figure>





      #CSS

    <style>
      .free-img{
        margin: 0;
        padding: 40px 15px;
        display: flex;
        align-items: center;  
      
      }
      .free-img-info{
        width: 60%;
        padding: 15px;
        text-align: start;
      }
      </style>