Which of the following tag is a valid form submission in Struts framework? [ some-action.do is a sample]
							Options
 - < html:page-form action="/some-action.do">
 - < jsp:webform action="/some-action.do">
 - < html:web-form action="/some-action.do">
 - < html:form action="/some-action.do">
							CORRECT ANSWER :   < html:form action="/some-action.do"> 
                            
                            
			        
				Write your comments