In a recent update, Microsoft has introduced a spell checker to Notepad, aligning it more closely with the functionalities found in Word and Edge. The spell checker operates by underlining misspelled words with a red line, a familiar sight for users of Microsoft's other applications. However, there are subtle differences in how Notepad handles corrections.
Enhanced User Experience
When you encounter a misspelled word in Notepad, right-clicking on it won't immediately display a list of suggestions as it does in Word. Instead, you need to click again to view the correct options. For those who prefer efficiency, a single left-click provides a quick, corrected option instantly. This streamlined approach aims to enhance the user experience by minimizing the steps required to correct typos.
Customization Options
Understanding that not all file types benefit from spell checking, Microsoft has added the option to disable this feature for specific file formats. Users working with .md (Markdown), .srt (SubRip Subtitle), .lrc (Lyric), or .lic (License) files can now edit without the distraction of red underlines cluttering their text. This flexibility ensures that Notepad remains a versatile tool for various editing needs.
Auto-Correct Feature
Notepad's new auto-correct feature functions as expected, automatically replacing misspelled words with what it deems the correct spelling. For those who prefer to maintain full control over their text, this feature can be easily disabled in the app's settings. This balance between automation and user control reflects Microsoft's commitment to catering to diverse user preferences.
Source: The Verge
How to create a webpage using html on notepad?
Welcome to my website
This is a paragraph.
. 3. Save the file with a `.html` extension, for example, `mywebpage.html`. 4. Open the saved file in a web browser to see your webpage.How to make a web page in notepad using html?
Hello World!
This is an example paragraph.
. 3. Save the file with a `.html` extension, like `example.html`. 4. Double-click the saved file to open it in your web browser and view your web page.