Computer >> 컴퓨터 >  >> 프로그램 작성 >> JavaScript

HTML5가 있는 이미지 버튼


HTML5로 이미지 버튼을 추가하려면

<button type = "submit" name = "learn" value = "myimage">
   <p>Tutorials for all</p>
   <img src="https://www.tutorialspoint.com/latest/inter-process-communication.png " />
</button>