+ 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
3 Respostas
+ 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.
+ 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.
+ 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