After the Introduction to the HTML before this post now we have come to know How To Make An HTML Page With Notepad.
HTML has no any specified software to write/debug/run a HTML document yet. You may use the Notepad software at Windows/Linux operation system or can use any third-party software like MS Word, Sublime Text, Coda, Atom, Notepad++ to write HTML code. Here We will show how to do this work with simply Notepad Editor. Follow the steps bellow.
Create an Notepad document (.txt by default) at any where.
HTML has no any specified software to write/debug/run a HTML document yet. You may use the Notepad software at Windows/Linux operation system or can use any third-party software like MS Word, Sublime Text, Coda, Atom, Notepad++ to write HTML code. Here We will show how to do this work with simply Notepad Editor. Follow the steps bellow.
Create an Notepad document (.txt by default) at any where.
How To Create: Right click on mouse>New>Text Document>
Now after creating this Text Document, click on that and start coding.
After completing coding (Coding will be shown at Next content), simply Save document by clicking File>Save or use shortcut Ctrl.+S. After saving the text document, click on the Save As option at File>Save As and then choose the path where you want to save and rewrite the filename as Document Name.html or Document Name.htm
Now This file will be saved successfully with the name you gave and .html/.htm extension.
The file will be opened with Google Chrome/Mozilla Firefox/Internet Explorer or any web browser.
0 Comments