Welcome 🎉

logo

ReactLMS

Search
Light Mode
Contact Us

1 min to read

Contact us

No results for your search.
Sorry, an unexpected error occurred


Tính năng


Tag <input> được sử dụng để hiển thị một vùng nhập liệu, sở hữu nhiều ngoại hình và cách sử dụng khác nhau dựa vào thuộc tính type


Cách sử dụng


Ví dụ :

text : <input type="text"> <hr>
button : <input type="button" value="Click me"> <hr>
checkbox : <input type="checkbox"> <hr>
color : <input type="color"> <hr>
date : <input type="date"> <hr>
datetime-local : <input type="datetime-local"> <hr>
email : <input type="email"> <hr>
file : <input type="file"> <hr>
hidden : <input type="hidden"> <hr>
image : <input type="image" src="http://surl.li/idjpq"> <hr>
month : <input type="month"> <hr>
number : <input type="number"> <hr>
password : <input type="password"> <hr>
radio : <input type="radio"> <hr>
range : <input type="range"> <hr>
reset : <input type="reset"> <hr>
search : <input type="search"> <hr>
submit : <input type="submit"> <hr>
tel : <input type="tel"> <hr>
time : <input type="time"> <hr>
url : <input type="url"> <hr>
week : <input type="week"> <hr>






Kết quả:

text :
button :
checkbox :
color :
date :
datetime-local :
email :
file :
hidden :
image :
month :
number :
password :
radio :
range :
reset :
search :
submit :
tel :
time :
url :
week :



Read More
On This Page