Skip to content

Load page on certain section

I have a simple webpage with a 3 section format that scrolls horizontally. I want the page to load on the middle section. I’ve found a couple of solutions on here but none of them have worked. Maybe I’m not doing them right. I’m not experienced in coding. I know I can’t use anchor tags…

How to I add error messages as per the error in HTML

Currently the Error message that is displayed is common for all the errors . But i want to display different error messages for different errors. Like for Invalid password it should display invalid password. Whereas for invalid username it should display invalid username. Can someone Please tell me How should…