-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (26 loc) · 967 Bytes
/
index.html
File metadata and controls
29 lines (26 loc) · 967 Bytes
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
<!doctype html>
<html>
<head>
<title>bluehyudawn</title>
<meta charset="utf-8">
</head>
<body>
<h1><a href="index.html"></a></h1>
<h2><a href="https://www.designerschool.net/product/class-13" target="_blank" title="html5 specification">HTML이란 무엇인가?</a></h2>
<ul>
<li><a href="1.html">HTML</a></li>
<li><a href="2.html">CSS</a></li>
<li><a href="3.html">JavaScript</a></li>
</ul>
<ol>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
</ol>
<strong>hello web</strong>
<u>현 온라인 시장에서 크게 3가지 영역으로 상세 이미지 구도를 나누어보면</u>
<p style="margin-top: 45px;">낮은 퀄리티의 옷+설명,디테일多+낮은가격(쇼핑몰에서 많이 보여짐)
낮은 퀄리티의 옷+설명,디테일 적음+높은가격( 주로 브랜드에서)</p>
높은 퀄리티의 옷+설명,디테일多+합리적인 가격( 대형쇼핑몰,편집샵 등)
</body>
</html>