Monday, January 28, 2019
Wednesday, January 23, 2019
Saturday, January 19, 2019
How to use input attributes in html5?
Apart from the input types, some new input attributes have also been introduced in HTML5. Input attributes are those attributes that are used with the <input> tag. So far, the following input attributes were available in HTML.
Monday, January 14, 2019
How to use input type in html5?
HTML5 Input Types
Input types are used to obtain input data from the user. It is defined within the <form> element. So far, you have used many types of input type such as text, radio, button, checkbox, etc. which is used to create text boxes, radio buttons, buttons, and checkboxes, respectively.
Sunday, January 13, 2019
Saturday, January 12, 2019
How to use keygen tag in html5?
![]() |
| HTML5 KEYGEN TAG |
Introduction to HTML5 <keygen> Tag
HTML <keygen> tag is a new element in HTML5. Whenever a client connects to the server, the server presents its SSL certificate to the client. This certificate is used by the client to identify the correct server. This tells the client that he is connecting with the correct server.
Friday, January 11, 2019
How to use datalist tag in html5?
![]() |
| USE OF HTML5 DATALIST TAG |
HTML5 <datalist> Tag
HTML5 defines <datalist> tag to define predefined options in an <input> element. The datalist Works as an autocomplete feature for input elements. This helps in getting input faster and user experience is also improved.







