<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="keywords" content="HTML, CSS,Javasript">
<meta name="description" content="Free Web tutorials">
<meta name="author" content="John Doe">
<meta http-equiv="refresh" content="30">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="shortcut icon" href="이미지경로" />
<link rel="apple-touch-icon" href="이미지경로" />
<link rel="stylesheet" href="/style/mystyle.css">
<title>제목</title>
</head>
<body>
<header></header>
<nav></nav>
<section>
<aside></aside>
<article></article>
</section>
<footer></footer>
<script></script>
</body>
</html>
'컴퓨터 > HTML' 카테고리의 다른 글
HTML Content-Type (0) | 2022.02.12 |
---|---|
HTML form (0) | 2022.02.12 |
HTML (0) | 2021.11.03 |
input 입력창 크기, 길이 설정 (0) | 2019.10.14 |
HTML radio 선택 입력 (0) | 2019.10.11 |