#32 Difference between HTML and XHTML
XHTML meas Extensible HyperText Markup Language XHTML is almost similar to HTML 4.0 this is very strict version of HTML. … (more)
XHTML meas Extensible HyperText Markup Language XHTML is almost similar to HTML 4.0 this is very strict version of HTML. … (more)
HTML web storage api is a mechanism to store data locally within the user’s browser. Before HTML5, application data had … (more)
HTML Drag and Drop API allows the user to drag and drop element to one location to another. Interesting? While … (more)
The Geolocation API is available in HTML to get the current geographical position of the visitor. Since this can compromise … (more)
HTML Video control allows use to embed video in web page. <video> tag This tag allows us to add video … (more)
HTML Audio tag provides you to embedding an audio file on a web page. <audio> Tag <audio> tag is used … (more)
This tutorial describes the various form* attributes for the HTML <input> element. The form Attribute The input form attribute specifies the form the <input> element belongs to. The … (more)
This tutorial describes the different attributes for the HTML <input> element. The value Attribute The HTML input value attribute defines the initial … (more)
In HTML <input type=” “> is an important element of HTML form. The “type” attribute of the input element can … (more)
In this tutorial we will see all different HTML form elements. HTML <form> Elements The HTML <form> element can contain one or … (more)
In this we will see various HTML form attribute. Action attribute action attribute defines the action after submitting the form. … (more)
HTML forms are useful to collect user information. It is a section of a document which contains controls such as … (more)