Issue
How do I assign the value of a radio button initially as checked in HTML?
Solution
You can use the checked
attribute for this:
<input type="radio" checked="checked">
Answered By - polarblau
How do I assign the value of a radio button initially as checked in HTML?
You can use the checked
attribute for this:
<input type="radio" checked="checked">
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.