htmlcolor

by rootjang

HTML

<!DOCTYPE html>
<html lang="ko-KR">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <title>color</title>
</head>
<body>
  <form>
    <fieldset>
      <legend>과 티셔츠 고르기</legend>
      <p>원하는 과 티셔츠 색상을 고르시오.</p>
      <label>선호색상<input type="color" value="#fff"></label>
    </fieldset>
  </form>
</body>
</html>