Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Firebase
- error
- tomcat
- spring
- Kotlin
- Android
- JavaScript
- css
- java error
- android fragment
- html
- 안드로이드
- Program type already present
- MySQL
- release Apk
- CSS사용법
- Android Apk 이름 변경
- Android Apk 이름
- android error
- Exception
- apache gzip
- DataTable
- Eclipse
- Java
- jQuery
- FLUTTER
- release unsigned
- fragment
- Android Apk
- R프로그래밍
Archives
- Today
- Total
selfstarter
기본 HTML 구조 본문
기본 HTML 구조
- 예제 만들 때 마다 빠르게 기본 html 구조를 가져다 쓰려고 저장
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> <script src="http://code.jquery.com/jquery-3.1.1.js"></script> <script> $(function(){ console.log('로드완료'); }) </script> </head> <body> </body> </html>
'Web > Html' 카테고리의 다른 글
CSS정리(float, :before, :after, overflow, clear, box-sizing, position) (0) | 2020.06.10 |
---|---|
CSS header 부분 정리 (0) | 2019.12.30 |
리베하얀님 HTML4, CSS1,2, 전체 초기화 CSS파일 정리 (0) | 2019.12.29 |
line-height 줄의 높이를 지정하는 속성 (0) | 2019.11.26 |
Html Table 구조 (0) | 2019.11.01 |
Comments