<!DOCTYPE html>
<html>
  <head>
    <title>박스모델</title>
    <style>
      div {
        width: 50px;
        height: 39px;
        padding: 0px;
        border: 0px;
        margin: 0 0 0 0;
      }
    </style>
  </head>
  <body>
    <div>
      <a href="https://item.taobao.com/item.htm?spm=a1z10.1-c.w4004-23275510061.14.49805b9bpmd9QH&id=622220190641" target="_blank"><div style='box-sizing:border-box;max-width:100%;border:5px solid rgb(0, 0, 0);border-radius:5px;text-align:center;background-image:url("https://imgur.com/w5S5YVa"); background-size: contain;background-repeat: no-repeat;'></div></a>
    </div>
  </body>
</html>


이거 head에 있는 div style이 body쪽 div style 씹어서 이미지 안 나오는건가?

그런이유는아닌거같은대흠

카사공략글하나쓸려면정말온갖걸다할줄아야하는구나