HTML5 Archives - Nabtron Technology & Programming Guide Fri, 16 Oct 2015 21:00:45 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 https://i0.wp.com/nabtron.com/wp-content/uploads/2018/12/nabtron-icon-50.jpg?fit=32%2C32&ssl=1 HTML5 Archives - Nabtron 32 32 13047128 How to restrict number of characters in input field https://nabtron.com/how-to-restrict-number-of-characters-in-input-field/ https://nabtron.com/how-to-restrict-number-of-characters-in-input-field/#respond Wed, 12 Oct 2011 22:57:02 +0000 http://nabtron.com/?p=6833 HTML is such a beautiful language. Yes it has it built in to restrict the number of characters of any input field to whatever you want. To restrict the number of alphabets or numbers inside an input field on your html form simply use maxlength attribute. For example: <input type="text" name="myinput" maxlength="10" value="" /> This […]

The post How to restrict number of characters in input field appeared first on Nabtron.

]]>
https://nabtron.com/how-to-restrict-number-of-characters-in-input-field/feed/ 0 6833
How to disable autofill/autocomplete in html form textbox https://nabtron.com/how-to-disable-autofillautocomplete-in-html-form-textbox/ https://nabtron.com/how-to-disable-autofillautocomplete-in-html-form-textbox/#respond Thu, 28 Apr 2011 10:47:26 +0000 http://nabtron.com/?p=3916 Althought these settings from browser to browser that will they autofill some forms or not, you can suggest them if you want to enable or disable autocomplete for your forms or any specific field in your html forms. To disable the autocomplete option for html forms, use this code (attribue) : autocomplete="off" To disable autocomplete […]

The post How to disable autofill/autocomplete in html form textbox appeared first on Nabtron.

]]>
https://nabtron.com/how-to-disable-autofillautocomplete-in-html-form-textbox/feed/ 0 3916
New Elements introduced in HTML5 https://nabtron.com/new-elements-in-html5/ https://nabtron.com/new-elements-in-html5/#respond Fri, 11 Jun 2010 17:20:32 +0000 http://nabtron.com/?p=1910 New Elements in HTML5 Internet and the way we use web is not the same as it was a decade ago. The web standards and internet as a whole has changed alot since 1999 when HTML 4.01 was released and made a standard back then. In todays world of internet and markup, there are many […]

The post New Elements introduced in HTML5 appeared first on Nabtron.

]]>
https://nabtron.com/new-elements-in-html5/feed/ 0 1910
Introduction to HTML5 https://nabtron.com/html5-introduction/ https://nabtron.com/html5-introduction/#respond Fri, 11 Jun 2010 16:41:18 +0000 http://nabtron.com/?p=1908 What is HTML? HTML stand for Hyper Text Markup Language. What is HTML5? HTML5 is the next generation of HTML. HTML5 is going to be the new standard not only for HTML , XHTML and the HTML DOM (data object model). HTML5 is still under process of development. HTML5 is supported by most modern internet […]

The post Introduction to HTML5 appeared first on Nabtron.

]]>
https://nabtron.com/html5-introduction/feed/ 0 1908