1. Button ´ÜÃß ¿¹Á¦
|
<html> <head> <title>botton´ÜÃß</title> </head> <body> <h2>button´ÜÃß ¿¹Á¦</h2> <form> <input type="button" name="button1" value="´·¯ ÁÖ¼¼¿ä"> </form> </body> </html> |
1.1. ºê¶ó¿ìÀú ȸé
2. Type ¿¹Á¦
|
<html> <head> <title>text</title> </head> <body> <h2>text ¿¹Á¦</h2> <form> <input type="text" name="text" size="40" value="ÀÔ·ÂÇØ ÁÖ¼¼¿ä"> </form> </body> </html> |
2.1. ºê¶ó¿ìÀú ȸé