Q&A

스크린샷 2017-04-04 오후 4.16.49.png

 

 

<!DOCTYPE html>
<html>
<head>

<style>


table,td,th{ border:1px solid blue; }

div {
    margin: 100px 150px 100px 80px;
    width:auto; 
    height: auto;    
}

ft { resize:both; }

</style>

</head>
<body>

    <table border="1">
  <tr>
    <th width=45px heigth=30px>이름</th>
    <th height=30px>이미지</th>
    
  </tr>

  <tr>
    <td width=80px align=center height=300px >셀티</td>
    <td background="sheltie.jpg" width=300px></td>
   
  </tr>

  <tr>
    <td width=80px>분홍 돌고래</td>
    <td><div><img src = "pink.jpg" ></div></td>
  </tr>

</table>
        

    

</body>
</html>

 

 

 

 

일단 제가 여기까지는 했는데

 

돌고래 이미지부분을 키우는걸 못하겠습니다 ㅠㅠ

댓글 1