In this tutorial, you will learn how to build a Login in form along with the sign-up form using HTML and CSS. This is one of the easiest ways to quickly develop a login form. You will learn a basic HTML form design using CSS and also how to easily add validation without any Javascript. It mentions some of the new HTML5 form tags that are very helpful for the validating the form. It is perfect for a beginner as this tutorial goes into step by step procedures.
You can refer the code mentioned in this tutorial under the following link:
https://github.com/abarna1908/Login_form