Notepad_Complete_Guide
Notepad_Complete_Guide
WHAT IS NOTEPAD?
Notepad is a simple text editor included with Microsoft Windows. It is mainly used for writing and
It does not support rich text formatting, making it ideal for quick notes, code writing, and
FEATURES OF NOTEPAD
- Word Wrap: Prevents text from extending beyond the window width.
- Date & Time Insertion: Press F5 to insert the current date and time.
1. Via Start Menu: Click Start > Search "Notepad" > Open.
2. Using Run Command: Press Win + R, type notepad, and press Enter.
3. Through Command Prompt: Open CMD, type notepad, and press Enter.
Page 1
NOTEPAD - COMPLETE GUIDE
1. File Menu:
2. Edit Menu:
3. Format Menu:
4. View Menu:
Page 2
NOTEPAD - COMPLETE GUIDE
5. Help Menu:
@echo off
pause
<!DOCTYPE html>
<html>
<head><title>My Page</title></head>
Page 3
NOTEPAD - COMPLETE GUIDE
<body><h1>Hello, World!</h1></body>
</html>
CONCLUSION
Notepad is an essential Windows tool for text editing, programming, and configuration management.
Its simplicity, speed, and versatility make it a valuable utility for everyday tasks.
Page 4