👋Hi, I’m @ksenginew
👀 I’m interested in coding
🌱I’m currently learning CSS, JavaScript, Typescript
💞 I’m looking to collaborate on cool projects
📮 How to reach me ksengine.github@gmail.com
a coffee @ https://buymeacoffee.com/Ksengine
If I are creating a form with HTML, sometimes I wanted to disable a text box for users. Here came the disabled attribute. Disabled Controls The Boolean disabled attribute, when present, makes the element not mutable, focusable, or even submitted with...

Today we're going to embed an code editor in website. I had chosen the most popular IDE Visual Studio Code. The Monaco Editor is the code editor that powers VS Code. So we can use it to build a single file code editor Features Rich IntelliSense, Val...
