input 버튼에 이미지 삽입
본문
<input type="submit" name="submit" id="button">
input 버튼을 이미지로 바꿀수있나요 ?
답변 1
<input type="image" src="img_submit.gif" alt="Submit">
예제
http://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_type_image
입니다.
예제
http://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_type_image
입니다.
답변을 작성하시기 전에 로그인 해주세요.