제목1
제목2
제목3
제목4
제목5
링크
- 외부 링크: http://www.softbase.co.kr
- 외부 링크: 홈페이지
- 내부 링크: Syntax
- PDF 저장: PDF 저장(dw2pdf 사용)
- PDF NameSpace 저장: PDF 네임스페이스 저장(dw2pdf 사용)
- PDF NameSpace 저장: PDF 네임스페이스 하위 경로 포함 저장(dw2pdf 사용)
- HTML 창 링크: update_info.html
- HTML 링크: update_info.html
목록
순서 아이템 정의 (앞에 공백 2칸 삽입)
- tech:browser
- tech:html
- tech:css
- tech:javascript
목록 아이템 정의 (앞에 두칸뛰고 처리)
- tech:browser
- tech:html
- tech:css
- tech:javascript
블록
블록은 앞에 두칸 띄고 표시합니다. 블록은 앞에 두칸 띄고 표시합니다.
And this is some block HTML
- pdf.pdf
This is pretty much the same, but you could use it to show that you quoted a file.
- code.java
This is pretty much the same, but you could use it to show that you quoted a file.
/** * The HelloWorldApp class implements an application that * simply displays "Hello World!" to the standard output. */ class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); //Display the string. } }
/** * The HelloWorldApp class implements an application that * simply displays "Hello World!" to the standard output. */ class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); //Display the string. } }