생활코딩

Coding Everybody

컨트롤의 제목 - label

토픽 생활코딩 > 클라이언트 > HTML > HTML 수업

예제

<html>
    <head>
        <meta charset="utf-8">
    </head>
    <body>
        <form action="http://localhost/hidden.php">
            <input type="text" name="id">
            <input type="hidden" name="hide" value="egoing">
            <input type="submit">
        </form>
    </body>
</html>

 

댓글

댓글 본문