answersLogoWhite

0

depends on your knowledge of HTML; Notepad just has no build in checks and color highlighting, like other dedicated HTML editors, nor is it WYSIWYG (what-you-see-is-what-you-get).

But apart from that, notepad will produce equally good HTML as any other text editor.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What does things you need to create webages?

Here are the things you will need:1. Text Editor: You will really need these one. This is where you would write your codes and sketch up your project. If you are using Windows operating system then you can choose to use Notepad since it is the default text editor of the system. But if you're using Mac OS, then you can use TextEdit. You can also find greater text editor online such us Dreamweaveror Notepad++.2. Browser: Browser define your HTML codes so this is an essential in creating webpages.3. HTML Knowledge: In creating webpages, it is really really good to have an experience in HTML and some useful knowledge in it.4. Resources: If you want to create an interactive webpages, then you should have resources such as images and other stuffs.5. Internet Connection: If you wanted to upload your site to the web, then of course! You'll really need internet connection.


How do you align text using notepad?

we can align text using notepad by by going to the font option


How do you open javascript?

Using notepad++, or notepad, or anything that can read uft-8.


Creating a notepad using c?

Hello Guys , Creating Notepad in C Langauge is too much easy . It's Just Fun...! #include<stdio.h> #include<conio.h> int main() { FILE *open; //use to open file pointer// //File_txt is created opn=fopen("C:\\filename.txt" ,"w") \\use "w" for creating a file// fclose(opn); getch(); }


How webpages are built HTML code and the purpose of and?

Webpages are built using the various tags predefined. The purpose of webpages is to make web interactive or for promotion.


Is a basic text editor installed with Windows that you can use for simple documents or for creating webpages using HTML?

As a developer myself, I sometimes miss how easy notepad is to use with HTML! It works perfectly with Windows XP and Vista, but you've actually got to save it from notepad to use the .htm or .html extensions. For more complex tasks, I would use WordPad in the accessories menu instead due to the better graphical user interface, or Works Task launcher on Vista and XP.Please note: I can't be sure about everything I've said on Windows 8


How do you use notepad to make a webpage?

Using HTML Codes


Can a notepad file be read using C language?

sure


What is the connection of a notepad with HTML tags?

You can use Notepad to write HTML pages, and HTML consists of tags. So you would be writing a lot of tags when using Notepad to create a HTML page.


How do you clean ram using notepad?

you dont need to clean ram


How do you open ksd type file?

try using notepad or Massive


Can you edit a HTML File using Notepad?

You can use notepad to open the source code file again. Open the folder it is in. Right click on it and pick Open With and choose Notepad. If you are using Internet Explorer, you can go to the View menu and pick View Source and it will open it in Notepad. When you make your changes, save the notepad document. Don't close it in case you want to make further changes. Return to the browser and refresh the page and the changes will be updated