css img 여백
2010-08-19img는 inline 글자랑 같다. <img src=“xx” /> <img src=“xx” /> <img src=“xx” /> 이렇게 하면 여백이 생긴다. html이므로, 빈줄은 빈칸으로 취급. <img src=“xx” /><img src=“xx” /><img src=“xx” /> 이렇게 하면 안 생긴다.
img는 inline 글자랑 같다. <img src=“xx” /> <img src=“xx” /> <img src=“xx” /> 이렇게 하면 여백이 생긴다. html이므로, 빈줄은 빈칸으로 취급. <img src=“xx” /><img src=“xx” /><img src=“xx” /> 이렇게 하면 안 생긴다.