HTML form Tag
The HTML <form> tag is used to create a form on an HTML document that contains interactive controls for submitting information. The form element can contain text fields, buttons,check-boxes, radio buttons, and more Syntax <form> Form content... </form> Example <!doctype html> <html> <head></head> <body> <form action="#" target="_blankmethod="get"> <label for="fname">First Name:</label> <input…
View On WordPress













