일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- https://minkwon4.tistory.com/161
- https://tecoble.techcourse.co.kr/post/2021-08-07-logback-tutorial/
- 국회의원 & 높으신 분들 어록
Archives
- Today
- Total
OPEN between Secret
문서타입설정(DTD) 본문
반응형
Document Type Definition(DTD)
이클립스 사용시 맨 위에 있는 그놈! 가끔 저걸로 인해 문제가 생기기에 ..
HTML 4.01
-Strict(엄격모드)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-Transitional(호환모드)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
XHTML 1.0
-Strict(엄격모드)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-Transitional(호환모드)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
HTML5
<!DOCTYPE html>
반응형
'java' 카테고리의 다른 글
intellij keymap 변경 (0) | 2020.08.17 |
---|---|
release version 5 not supported intellij (0) | 2020.08.17 |
Apache로 쓰던걸 WebLogic으로 바꾸니 error가 많이남. (0) | 2015.02.10 |
SVN: '0x00000025: Send Notifications' operation finished with error: java/nio/file/Paths (0) | 2015.02.06 |
Spring 어노테이션 정리 (0) | 2015.02.03 |