0
How can i open a notepad
Ryg
42 odpowiedzi
+ 22
I hope,you want to know how to code in notepad.
first type your code on notepad, then save your file with .html extension
Eg:-YourFileName.html
Then open file with any browser.
https://youtu.be/R-AD4M1tQYw
+ 17
To find Notepad on Windows:
1. Click on Start or the Windows orb logo on the taskbar at the bottom of the desktop to show the Start menu.
2. Click on Programs or All Programs to show a menu of installed programs in Windows.
3. Click on the Accessories folder to expand it.
4. Click on the Notepad icon to open the program.
+ 12
Tae D Kim you can open the code playground on SoloLearn, it's like a notepad, But even better I would say 😁
+ 10
I checked your profile and I see that you are learning HTML.
Do not use notepad to code web codes.
Use a proper code editor.
I suggest VS Code, which is fast.
Here is my video tutorial about Basic Web Development Setup:
https://www.youtube.com/playlist?list=PLkqwj9vc20pXuSdvxBjpgmUBpqDdzwGSf
+ 6
Ok, so you are on Sololearn as teacher told you.
1. Tap on your icon
2. Tap on Code Bits
3. Tap on +
4. Choose WEB
This opens a page which is set up for you to write a code which will amaze your teacher.
Good luck. Ping us if you have trouble. 😁👍
+ 6
In windows:-
Open Notepad by using the Run window (all Windows versions) Press Win + R on the keyboard to open the Run window. In the Open field type “notepad” and press Enter on the keyboard or click OK
+ 5
If using Android:
1. Find and tap Playstore
2. Search Note Pad
3. Choose your app of choice
4. Download
5. Open by tapping on icon
+ 5
I just got an assingnment from my teacher and I need to write some html code so she told me to install this app and do the thing and to do the work i need a note pad so i just need to know what are the are the steps to open a notepad in solo learn app .
+ 5
In every os there is a search bar, search notepad. And for know more basic search on YouTube or Google
+ 5
Hello Tae D Kim,
You can open a "notepad" in this app by doing the following steps in order:
1. Tapping on "Code" tab of bottom navigation bar
2. Tapping the "+" icon
3. Selecting the language you wouldn like to write code in (use html for general purpose notes).
4. You have now accessed Solo Learn's "notepad."
Hope the helps (:
-Minerals2016
+ 5
Farrux please don't spam, don't ask here. Use the search bar, if there are no answers to your questions, create your own question
Remember to follow the rules
Thanks
https://www.sololearn.com/Discuss/1316935/?ref=app
+ 3
Tae D Kim My father once said, "When a man wants to dig a hole he buys a shovel, but there are other options"
You have asked about opening a notepad, but what is it that you are trying to do?
+ 3
In a separate tab... 🤔
+ 3
Yes use this link. To open up note pad in solo learn. Click on the blue text that says "try it our self"
https://www.sololearn.com/learn/HTML/1025/
+ 3
If you are running a Linux machine, or even if you have Windows Subsystem for Linux (available on the Windows App Store as Ubuntu) you can use the default bash terminal emulator to open a 'notepad' in the terminal, functionally speaking. (A notepad, after all, is at it's core designed to take and keep plaintext notes, so it should serve your purpose. If what you're looking for is a Word Processor, a code editor or even an IDE, this may not help as much. But it's still a great tool to have in your arsenal.) I'll explain.
Once you've navigated to your bash terminal, type the following command (do not type $, that should be the terminal prompt.)
$ apt install nano
Once you have successfully installed nano (or emacs, or vim) you can navigate to this powerful command line text editor simply by typing the nano command. You may follow the command with an existing text file name, should you wish to edit it's contents. You may also follow the command with the name of a new text file, should you wish to create one.
+ 3
To find Notepad on Windows:
1. Click on Start or the Windows orb logo on the taskbar at the bottom of the desktop to show the Start menu.
2. Click on Programs or All Programs to show a menu of installed programs in Windows.
3. Click on the Accessories folder to expand it.
4. Click on the Notepad icon to open the program.
+ 2
Thanks
+ 2
Tell me how to
M a begineer so a bit confused
+ 2
In windows:
1. Open start menu
2. Type "notepad"
3. Open notepad which Will be in front of you after search.