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
- 과제의 분리
- HTML
- java
- 부자의그릇
- try width resources
- apache kafka
- ESG
- Container
- 이펙티브 자바
- 수부타이
- 히든 스토리
- 비메모리 자원
- node
- Infresh
- 모두가 기다리는 사람
- 쿠버네티스
- kubernetes
- 도파민형 인간
- CSS
- 참조 계수
- 월칙
- 레퍼런스 복사
- colllection
- sentry
- 공헌감
- 아웃풋법칙
- 칭기즈칸의 위대한 장군 수부타이
- 뉴 컨피던스
- try-with-resources
- docker
Archives
- Today
- Total
Hi
basic html code 본문
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The HTML5 Herald</title>
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="SitePoint">
<link rel="stylesheet" href="css/styles.css?v=1.0">
</head>
<body>
<script src="js/scripts.js"></script>
</body>
</html>
pug 버전
doctype html
html(lang='en')
head
meta(charset='utf-8')
title The HTML5 Herald
meta(name='description', content='The HTML5 Herald')
meta(name='author', content='SitePoint')
link(rel='stylesheet', href='css/styles.css?v=1.0')
body
script(src='js/scripts.js')
출처 : https://www.sitepoint.com/a-basic-html5-template/
'WEB(웹)' 카테고리의 다른 글
API (0) | 2018.07.29 |
---|---|
Ajax (0) | 2018.07.29 |
블로그 디자인 레퍼런스 (0) | 2018.07.23 |
서버 내가 만들기 (0) | 2018.07.16 |
웹스톰 라이브러리 autocomplete 적용하기 (0) | 2018.07.06 |