0
How can i code the required option?
2 odpowiedzi
+ 5
Visit this link,
https://www.w3schools.com/tags/att_input_required.asp
and please write proper relevant tags
+ 3
You just have to add required in the input tag.
It goes like:
<input type="text" id="email" name="email" required>