There are many ways to work validate user data when working with forms on the client-side. You can write custom JavaScript to do this, or use one of the many 3rd party libraries that are…
Category: HTML
Getting started with forms
Forms are one of the most common ways that users interact with a site or app. From a simple newsletter subscription to a complex multi-line shipping form, they are found on almost every site and…
How to create a web page with HTML
In this tutorial we’ll build a simple web page using HTML. This is aimed at people who are starting out with HTML but have a basic understanding of the syntax. If you’re completely new to…
Create comments in an HTML file
Comments are a great way to help keep your projects organized. If you’re working on a team or looking back at an older code base you’ll be glad to have used comments to help explain…