HTML itself doesn't change, no matter what editor you use.
Some developers prefer Notepad because it is simple and plain, requires no additional installations, does not strain the processor much and it's very unlikely to crash.
The major disadvantage of Notepad is its previously mentioned simplicity - code highlighting, opening several files at the same time, FTP connection, find & replace, auto indenting etc. are functions that Notepad lacks and which many developers expect of their editor.
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.
We write HTML coding in notepad and save it with .html extension. It will automatically open with internet explorer
You can create a HTML file in any of the text editors known. Notepad and various other IDE's are examples.
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
See if you have access rights to save documents to the PC. There is no specific restriction with respect to HTML documents and saving them using notepad.
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.
notepad
You can create HTML in microsoft notepad, but a good option is Dreamweaver.
We write HTML coding in notepad and save it with .html extension. It will automatically open with internet explorer
You need to create your complete website with HTML. Right and open it with notepad to view the HTML code.
You can create a HTML file in any of the text editors known. Notepad and various other IDE's are examples.
The simplest tool is a basic text editor like Notepad. You can create HTML files using just that. You can get more sophisticated HTML editors and also specialised programs for web development, like Dreamweaver and Frontpage, that will help you create HTML.
Using HTML Codes
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
See if you have access rights to save documents to the PC. There is no specific restriction with respect to HTML documents and saving them using notepad.
To view the source code of an HTML document, open it using Notepad or a similar text processor (Notepad is best for HTML editing). To view the HTML document as it would look on the Internet, open it with any web browser.
Open notepad or whatever you write HTML with. Place the image you want in the same folder your HTML document is in. In your HTML document editor (Notepad) write the following- <img src=your images name.jpg> (or .GIF or . PNG whatever type of image you are using)