프로그래밍/html & jsp
HTML 윗첨자 / 아래첨자 만들기
Super User
2010. 6. 8. 16:34
<code><sub>2</sub><sup>-2</sup></code>
윗첨자 : <sup>-2</sup>
아래첨자 : <sub>2</sub>