News

It is a HTML and CSS based WebPage that acts as a Notepad. It is created to implement the knowledge of CSS, HTML and Javascript.
Don’t worry, it’s beyond simple to use. This notepad trick works because of HTML’s “contenteditable” attribute that can turn any part of a web page into an interactive area for editing text.
If you ever need a quick scratchpad to just write, not save what you write, but just write, you can quickly turn your web browser into an ultra-basic notepad with a single line of HTML.