Banners | 배너
사용방법:
사용하실 배너 아래에 있는 코드 중, 붙일 사이트가 XHTML인지 HTML인지 구분하여 코드를 복사하여 사용합니다.
이미지는 다른 이름으로 저장하여 해당 사이트 서버에 올려두셔도 됩니다.

XHTML
<a href="http://standardmag.org"><img src="http://standardmag.org/images/standard-mag.png" alt="Standard Magazine" /></a>
HTML
<a href="http://standardmag.org"><img src="http://standardmag.org/images/standard-mag.png" alt="Standard Magazine"></a>

XHTML
<a href="http://standradmag.org/about/index.html"><img src="http://standardmag.org/images/css-design.png" alt="CSS Design Korea" /></a>
HTML
<a href="http://standardmag.org"><img src="http://standardmag.org/images/css-design.png" alt="CSS Design Korea"></a>