Saturday, 22 February 2025

Activate Office Permanently

  • Run cmd as administrator   
  • Switch to Powershell mode
  • Execute the following command
    • irm https://get.activated.win | iex

Create modal using HTML and CSS

<body>   <dialog id = "modal">      <div>        <h1>Title</h1>        <p>Sample Text</p...