일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 파이썬조건문
- input style
- 비쥬얼스튜디오코드설치
- 혼공파
- 파이썬공부
- 일본 나라
- 파이썬문자열
- 혼공단
- 일본여행
- input
- 호버스타일
- Python
- 한빛미디어
- 나라 사슴
- 혼공파미션
- 파이썬혼공
- 혼자여행
- 파이썬
- 비쥬얼스튜디오코드
- 일본나라여행
- #파이썬
- 일본 관광
- 조건문
- 파이썬혼자공부하기
- 혼자공부하는파이썬
- 일본 사슴
- 나라여행
- 혼공파선택미션
- 일본
- hover style
Archives
- Today
- Total
Eveningstar
[html5] 기본구조 본문
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0,
minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta name="robots" content="" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta property="og:type" content="website" />
<meta property="og:title" content="" />
<meta property="og:site_name" content="" />
<meta property="og:description" content="" />
<meta property="og:url" content="" />
<meta property="og:image" content="" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="627" />
<title>Page Title</title>
<link rel="stylesheet" type="text/css" href="asset/css
/style.css" />
</head>
<body>
<header></header>
<section></section>
<footer></footer>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js"></script>
<script src="asset/js/main.js"></script>
</body>
</html>
'HTML&CSS' 카테고리의 다른 글
css로 말줄임처리하기 (0) | 2018.11.14 |
---|---|
아이폰 input태그 style 초기화, 그림자 제거, 모서리 스타일 초기화 (0) | 2018.11.14 |
SASS 문법 (0) | 2018.10.16 |
SASS 컴파일러 설치, 비쥬얼스튜디오코드 설치하기 (0) | 2018.10.16 |
[image-rendering]이미지 렌더링 (0) | 2018.07.04 |
Comments