Practical examples of HTML, CSS and JavaScript

Dear fellas, holidays are over the corner and I don’t want you to get bored 😛 Some friends asked me about writing full (easy) practical examples in HTML, CSS and JS. So, I did a mix where you can find a nice variety. Hope you like it and enjoy your days off ^^

Practical examples of HTML, CSS and JavaScript on Medium.

Toggle input checkboxes clicking their parent area

Without JavaScript:

Thanks to japanfever

Cursor waiting and not pointer events while waiting for a server answer and/or data processing

Keep in mind that you cannot change your cursor if you avoid pointer events, to do it properly set the cursor property in the body and the pointer-cursor property in all its descendants.

Scrollable table with fixed header

Instead of using absolute positions, containers and so on you can use CSS Grid to set header and body.