<pre>태그 : 있는 그대로 보여준다
html)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, height=device-height, minimum-scale=1.0, maximum-scale=1.0, initial-scale=1.0"> <title>Insert title here</title> </head> <body> <pre> $("#test").click(function(){ 스크립트 소스가 그대로 보여짐 }); </pre> </body> </html> | cs |
결과
'IT > - 프로그래밍' 카테고리의 다른 글
HTML5/CSS3 colspan, rowspan : 테이블의 가로, 세로셀 합치기 (0) | 2017.05.23 |
---|---|
HTML5/CSS3 <figure><figcaption> : 요소의 내용 요약 (0) | 2017.05.22 |
HTML5/CSS3 특수문자 삽입 (0) | 2017.05.20 |
HTML5/CSS3 모바일 기기에 맞춰서 페이지 보여주기 (0) | 2017.05.19 |
안드로이드 uiautomator.jar, android.jar, uiautomatorviewer.bat 경로 (0) | 2017.05.18 |