Computer >> Máy Tính >  >> Lập trình >> Javascript

Nút hình ảnh với HTML5


Để thêm nút hình ảnh bằng HTML5, hãy sử dụng phần tử -

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