Regarding assign

I’m Renu
Sir, i have added smooth scrolling (using id and bookmarking), but my score for smooth scrolling is not added. Hope you will check.

@renusaramannil, to add smooth scrolling you should use

html {
  scroll-behavior: smooth;
}

you have for sure added id in href attribute of <a> (hash-linking) but that is different from smooth scrolling.

1 Like

ok sir , thanks for the reply.

1 Like