-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2022270012.html
More file actions
28 lines (25 loc) · 1.24 KB
/
2022270012.html
File metadata and controls
28 lines (25 loc) · 1.24 KB
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
<!DOCTYPE html>
<html lang="en">
<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">
<title>CSS3 Property</title>
<style>
body {
background-color: azure;
background-image: url(teriteri.gif);
background-size: 100%;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 0px 50%;
}
</style>
</head>
<body>
<h1>HTML은 코딩이 아닙니다</h1>
<p>html은 코딩이 아니야html은 코딩이 아니야html은 코딩이 아니야html은 코딩이 아니야html은 코딩이 아니야html은 코딩이 아니야html은 코딩이 아니야</p>
<p>마크업 언어는 태그 등을 이용하여 문서나 데이터의 구조를 명기하는 언어의 한 가지이다. 태그는 원래 텍스트와는 별도로 원고의 교정부호와 주석을 표현하기 위한 것이었으나 용도가 점차 확장되어 문서의 구조를 표현하는 역할을 하게 되었다. 이러한 태그 방법의 체계를 마크업 언어라 한다.</p>
<p>그러므로 html은 코딩이라고 할수없다</p>
</body>
</html>