I know this is a very stupid question, but can someone tell me how do i transform a .txt document into a .html? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

I know this is a very stupid question, but can someone tell me how do i transform a .txt document into a .html?

I write everything right, but in the end, the document instead of appear as a .html, it appears as a .txt. How do I do this right?

15th May 2019, 7:13 AM
David Pereira
David Pereira - avatar
4 Réponses
+ 4
Make sure that file extensions are displayed in your OS. Sometimes if you create a file "file.txt" the file name will just appear as "file" and the file extension ".txt" won't be displayed. If you save the file as "file.html", it will actually be saved as "file.html.txt", so it'll be a .txt file with the name "file.html".
15th May 2019, 7:33 AM
Anna
Anna - avatar
+ 3
Save as index.html
15th May 2019, 7:23 AM
Calviղ
Calviղ - avatar
0
Thank you very much for your help
15th May 2019, 7:37 AM
David Pereira
David Pereira - avatar