티스토리 뷰

728x90
<!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>Document</title>
</head>

<body>
    <form action="#" method="GET">
        <ul>
            <li><label for="color">색깔</label>
                <!-- color 선택 가능 -->
                <input type="color" id="color" name="color" value="">
            </li>
            <li><label for="">파일골라보소</label>
                <!-- file : 파일 선택 가능 / multiple : 파일 복수 선택 가능, 복수선택시 자바스크립트에서 배열로 정렬 > 복잡 따라서 케바케 -->
                <input type="file" id="file" name="file" multiple>
            </li>
            
        </ul>
        <button type="submit">제출</button>
    </form>
</body>

</html>
728x90
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/07   »
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 31
글 보관함