Skip to content
  • Home
  • JavaScript
  • HTML/CSS
  • Angular
Jscurious.com Logo

JS Curious

Web Development Blog

HTML/CSS

The new dialog element in HTML to create …

On August 1, 2023January 14, 2024 by Amitav Mishra
A modal dialog is content that appears on top of all the page content. It makes the user focus only
Continue Reading
Posted in HTML/CSS3 Comments on The new dialog element in HTML to create …

The CSS :is() and :where() pseudo-classe …

On November 8, 2022November 9, 2022 by Amitav Mishra
The :is() functional pseudo-class lets us write compound selectors in a more simple and short way.
Continue Reading
Posted in HTML/CSSLeave a Comment on The CSS :is() and :where() pseudo-classe …

The HTML picture element

On June 28, 2021August 1, 2023 by Amitav Mishra
The <picture> element gives us the control to switch over images based on the screen pixel
Continue Reading
Posted in HTML/CSSLeave a Comment on The HTML picture element

The HTML datalist tag for filter search

On May 15, 2021August 1, 2023 by Amitav Mishra
To create a basic dropdown with filter search we normally think of using HTML with JavaScript,
Continue Reading
Posted in HTML/CSS2 Comments on The HTML datalist tag for filter search

How to use Animations in CSS

On August 2, 2020November 8, 2020 by Amitav Mishra
The CSS property animation is used to create animation. It basically changes one property to
Continue Reading
Posted in HTML/CSSLeave a Comment on How to use Animations in CSS

The CSS Box Model

On July 29, 2020October 23, 2021 by Amitav Mishra
Every element in HTML is a rectangular box. This box contains properties like margin, border,
Continue Reading
Posted in HTML/CSSLeave a Comment on The CSS Box Model

The CSS transitions

On July 25, 2020July 26, 2020 by Amitav Mishra
The transition effect changes the property values smoothly over a provided
Continue Reading
Posted in HTML/CSSLeave a Comment on The CSS transitions

How to add Shadows in CSS

On July 22, 2020October 23, 2021 by Amitav Mishra
The box-shadow property of CSS used to provide shadow to elements and the text-shadow property is
Continue Reading
Posted in HTML/CSSLeave a Comment on How to add Shadows in CSS

Posts pagination

1 2




Recent Posts

  • How to create custom events in JavaScrip …
  • The new dialog element in HTML to create …
  • How to add currency symbol and formattin …
  • JavaScript Object.is() method to check e …
  • The CSS :is() and :where() pseudo-classe …




© Copyright 2022. JSCurious.com
Privacy Policy Contact Us