-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path01_intractive.html
More file actions
30 lines (29 loc) · 1.22 KB
/
01_intractive.html
File metadata and controls
30 lines (29 loc) · 1.22 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
29
30
<!doctype html>
<html lang="ko-KR">
<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>4-1_interactive-01_interactive.html</title>
<link rel="stylesheet" href="../public/css/reset.css" />
<link rel="stylesheet" href="../public/css/common.css" />
<link rel="stylesheet" href="../public/css/chapter_4/4-1_interactive/01_interactive.css" />
</head>
<body>
<main class="main">
<h1 class="heading_1">Interactive Web</h1>
<section class="container">
<article class="image_wrap">
<div class="texts">
<strong class="title">Interactive Web</strong>
<p class="details">
인터렉티브 웹은 사용자와 웹 사이트가 서로 상호 작용하도록 하는 것을 목표로 하며, 이를 위해 동적 컨텐츠 생성, 사용자 행동 분석 및 반영 등 다양한 기술을 사용합니다. <br />
<br />
이러한 상호작용은 사용자 경험(UX)을 향상시키는 데 큰 역할을 합니다.
</p>
</div>
</article>
</section>
</main>
</body>
</html>