Article URL: https://www.htmhell.dev/adventcalendar/2025/27/ Comments URL: https://news.ycombinator.com/item?id=46407337 Points: 16 Comments: 1...
Interview Overview Yesterday I attended an interview for a Fresher React Developer role. It was a great learning experience that covered JavaScript, CSS, SQL,...
What is HTML tags? An HTML tag tells the browser how to display or handle content. Basic tag structure html Usage of tags? HTML tags are used to create, struct...
What is DOM? DOM stands for Document Object Model. It is a tree‑like representation of your HTML document that JavaScript can: - read - change - add to - remov...