Wednesday, 20 January 2016
Difference b/w HTML4 & HTML5
Related Posts:
Creating Labels for Controls and the Element <label> ¢<label for=”Uname”>User name</label> ¢For controls that do not have a label, you should use the <label> eleme… Read More
Sending Form Data to the Server The method attribute can take one of two values, either get or post, corresponding to the HTTP methods used to send the form data. If the <form>… Read More
How Did HTML5 Get Started? ¢HTML5 is a cooperation between the World Wide Web Consortium (W3C) and the Web Hypertext Application Technology Working Group (WHATWG) ¢WHATW… Read More
HTTP get ¢When you send form data to the server using the HTTP get method, the form data is appended to the URL specified in the action attribute of the <f… Read More
HTTP post ¢ When you send data from a form to the server using the HTTP post method, the form data is sent transparently in what is known as the HTTP headers. … Read More
0 comments:
Post a Comment