Form demo
These examples show how form elements can be used.
The tabs load lazily on mouseenter.
Log in form
Pure HTML/CSS validation demo. This shows that JavaScript is not necessary for validations. By utilizing standard browser features instead of custom JavaScript, web pages can be faster, use less resources and be more accessible.
This is based on the following YouTube video by Kevin Powell, who has a great channel about HTML and CSS. Check it out!