Do you know what is the way in which the html can be used to form elements?
Answer Posted / Prem Kumar Sharma
HTML can be used to create a variety of form elements such as input fields (text, radio, checkbox), dropdown lists, textareas, and buttons. These elements are defined using specific tags like <input>, <select>, <textarea>, etc., and their properties can be customized using attributes such as name, type, value, options, and more.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers