티스토리 뷰

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>Step02_example2.html</title>
</head>
<body>
    <!-- innerText와 value 차이점 알아보기 예제 -->
    <input type="text" id="one">
    <select id="two">
        <option value="cat">고양이</option>
        <option value="dog">강아지</option>
        <option value="elephant">코끼리</option>
    </select>
    <br>
    <p id = "three">하나</p>
    <div id = "four">두울</div>
</body>
</html>
반응형
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/02   »
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
글 보관함