Do you even need JavaScript for your basic HTML forms?
August 27, 2023• ☕️☕️ 10 min readArticle tags
Using only the semantic HTML, we'll implement a basic login form without writing a single line of JavaScript. We will follow the Rule of Least Power and explore why native HTML (the least powerful language) should be used wherever possible to deliver an inclusive web experience.