+ 1
How to creat a form using JavaScript
How to creat a form using JavaScript
2 Antworten
0
Mohammed kamil jan hi,
Once you know how to set your form in html, to do the same in JavaScript you'll have to understand what is the DOM and then use methods to set your elements, attributes or style...
You could read some documentation about:
DOM
.create element()
.appendChild()
. innerHTML
.setAttribute()
among others that could help you set your form.
https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model
https://www.tutorialrepublic.com/javascript-tutorial/javascript-dom-nodes.php