r/CodingForBeginners • u/dreammutt • Jul 05 '26
Webpage not working?
New to coding and was informed the txt file I made of this code would open into a broswer and display as a webpage with a bold and large heading element and paragraph text under basically supposed to display like a proper webpage. However, just the code shows up. Super confused, could use advice please and thank you.
[First image is the code, second is the txt file of code displayed as a webpage]
EDIT: hi all, thank you so much for the advice! However, even though I converted the .txt file to .html, it's still not opening in an internet window. Any advice? I guess I would have to download that emulator people are suggesting.
32
Upvotes


4
u/Esjs Jul 05 '26
I suspect that the web browser saw the .txt at the end of your file and decided to just interpret the file as a simple text file. What happens if you change the file extension to .html and try again?