<!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>모각코 2일차</title>
</head>
<h1>모각코 2일차</h1>
<h6>
<button onclick="window.open('https://www.nike.com/kr/ko_kr/')"> 나이키 공홈바로가기</button>
</h6>
<body>
<form>
<input type="text" id="fname" name="fname">
<button onclick="">검색</button>
</form>
<img src="나이키 공홈 사진 2.png" alt="공홈2" width="700px" height="800px">
<img src="나이키 공홈 사진.png" alt="공홈1" width="700px" height="800px">
</body>
</html>