Posts

Showing posts from February, 2019

How TO Create FORM IN HTML5 | Blog Provides By RKM IT Website Designing Company In Delhi

Image
HTML forms are only a container which is composed of additional form elements like a textbox, radio buttons, list boxes also it's perhaps not just a visual element itself.  It's established with the element.  An introduction <label> & <form> and signifies the end of the  </form>  Shape.  Between both of these tags, we provide additional form elements such as for example other form elements like text boxes, list boxes, and buttons.  It's possible to put the <label> any place within the human body of the HTML document.   The syntax for defining HTML forms are-- <BODY> <FORM> </---FORM ELEMENTS--> </FORM> </BODY> Html forms attributes--  --Action--  This feature defines the speech of receivers page which may obtain the forms data submitted by visitors of the site.  For instance  For example-- <FORM ACTION="login.asp"> ...