I've started coding from html .. I wrote codes in notepad but when I opened with chrome it wasn't showed as a webpage..why? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

I've started coding from html .. I wrote codes in notepad but when I opened with chrome it wasn't showed as a webpage..why?

Html

3rd Nov 2019, 4:34 PM
Ruby Parker
Ruby Parker - avatar
3 Answers
+ 4
It's good sign that you start to learn web development . You do some wrong thing with your code or you do not open your code from right path. See any good editor like Notpad++,Vscode editor,sublime e.t.c.
3rd Nov 2019, 4:48 PM
🇮🇳Abhay Pratap Singh🇮🇳
🇮🇳Abhay Pratap Singh🇮🇳 - avatar
+ 3
When saving your file, wrap the filename with double quotes e.g. "myhtmlfile.html". This will force Notepad to save by that name instead of playing smart by adding 'txt' extension in a thought it was helpful : ) * Not tested with latest Windows version.
3rd Nov 2019, 6:12 PM
Ipang
+ 2
Make sure to save your file as a .html file. Google should load it by then Second possibility is miswritten codes, like incorrect closing tag or stuff like that. Be perceptive of situation like these
3rd Nov 2019, 5:45 PM
Abdiaziz Ahmed
Abdiaziz Ahmed - avatar