Search code examples
htmlcookies

is there any role of browser cookies for static html site?


if yes then what we can do with cookies?


Solution

  • You say static html, does this mean with javascript?

    If so you can use javascript cookies to remember things like whether a menu was expanded, when the user last visited the site etc.

    If you just mean pure html on its own then no, cookies can have no benefit to you and you can't write or access them.