반응형
<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>
<!-- hidden : 눈에 안 보이는 gui를 만드는 건데, 아직까지는 언제 왜 필요한지 모르겠음.-->
사실 나도 이 태그는 필요성을 느끼지 못하겠음.
<!-- --> 처럼 주석처리 해버리면 되지 않나?라는 생각이 듬
반응형