+ 1
How can u use notpad to create and HTML document
making web page using HTML
8 Answers
+ 8
write the HTML code on notepad ->
ctrl+s -> change the type under the filename textbox from .txt to .*
then save file as filename.html
+ 1
Hi Michael Okolie,
In additional to Naol Smc's answer
Notepad++
It has many features like autocompletion, language syntax etc. etc.
https://notepad-plus-plus.org/
If you want a live preview then use Brackets.
E.G.: If you change color to text it preview live the changesđ
http://brackets.io/
+ 1
I use Sublime Text, it has all languages in it, just open it and start writing, as soon as you save it as name.html it recognises it and gives you suggestions when you type.
0
Naol Smc i done that but he do I view it on web browser
0
Well when you save it as .html it should automatically open it in Web browser, if not, right click it and use open with - your Web browser
0
don't get
0
1. Download visual studio code or Brackets text editor.
2. Install Emmett plugin.
3. And never using windows notepad for coding never.
0
ok thanks