以下为引用内容: <스타일 유형="텍스트/css"> 상표{ 플로트: 왼쪽; 너비: 80px; } 양식{여백:0px} 입력{ 너비: 180px; 테두리:1px 솔리드 #808080 } 텍스트 영역{ 너비: 250px; 높이: 150px; } #s버튼{ 왼쪽 여백: 80px; 여백 상단: 5px; 너비:80px; } br{ 지우기: 왼쪽; } </style> <form action="" method="post"> <label for="user">이름:</label> <input type="text" id=사용자 이름="user" value="" /><br /> <label for="email">메일:</label> <input type="text" id=email name="email" value="" /><br /> <label for="comment">설명:</label> <textarea id=댓글 이름="댓글"> </textarea> <br /> <input type="submit" id="sbutton" value="确결정" /><br /> </form>
|