CSS Style center

CSS Styles, CSS tips

Portfolio

Tag Archives: form validation

HTML5 form features

HTML5 added new features into the FORMS, In this post we will learn about these features. If in html4/xhtml you could define only a few types of inputs, in HTML5 you can define a lot more, for example: color, so that browser that supports that input will display a popup with colors to choose from. date, [...]

Forms and E-Mail Validation Example

I have found myself every time looking for ready scripts to save me time in writing scripts. Forms and Email address validation is one of them, and sometimes it’s hard to find a good script, so i have decided to share the script i use in my sites for validating e-mails and forms. Two things [...]