Share via

Notepad coding

Anonymous
2018-09-29T19:10:17+00:00

I've heard you can code HTML using Notepad, but what other languages can be used on notepad?

Windows for home | Windows 10 | Install and upgrade

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. DaveM121 867.2K Reputation points Independent Advisor
    2018-09-29T19:29:10+00:00

    Hi,

    HTML and some of the other web scripting languages are about the only coding you can do in Notepad s a HTML file does not need to be compiled it will just run

    So you can Code HTML, CSS, JavaScript, JQuery, VBS and XML in Notepad

    But if you wanted to use a language like C#, Java, C++ . .. etc. you would need an IDE (Integrated Development Environment), which would include a code editor, UI Editor, compilers . . etc. Visual Studio Community Edition is available for free and is the top end of Coding IDE's

    https://visualstudio.microsoft.com/vs/community/

    7 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-09-30T08:45:34+00:00

    Notepad is simply a text editor. You can code anything you like with it, but you may prefer an app with more features.

    2 people found this answer helpful.
    0 comments No comments
  3. Vijay A. Verma 104.8K Reputation points Volunteer Moderator
    2018-09-30T07:15:08+00:00

    Notepad is just a text editor. You can write whatever you want in Notepad. Hence, you can write HTML or VC++ or Java or any code of any langauge of the world. But, it is not a code editor, hence won't tell you syntax error or will not offer any assistance in writing a code.

    If you are looking for a Notepad kind of editor - I would recommend that you should download Notepad++ which is one of the most popular editors available in the world and is also free of cost. This offers support for a lot of languages including HTML.

    https://notepad-plus-plus.org/download/v7.5.8.html

    Disclaimer 1 - Using Third Party Software is completely at your own risk. This advice is in my personal capacity as a volunteer.

    Disclaimer 2 - This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    2 people found this answer helpful.
    0 comments No comments