+ 1
When I out the text into Notepad how do I make it appear in a web browser as a page like in the lessons?
9 ответов
+ 2
The issue is Microsoft Word is not made for writing code.
Notepad++, or Visual studio code would be ideal.
+ 2
If the file is not a .html file already.
Press - file -> save copy as.
When you have the window to save the file by name open. Change the type to .html. Save the file.
Then find and open the .html file with a browser.
+ 2
Open the .html file in a browser.
+ 1
First you have to save it with the following extensions :
--.htm (or .html) for html files
--.css for css files
--.js for javascript files.
then you can open the files with your browser.
Hope it helps.
+ 1
I'm doing the text in Microsoft word and it won't let me save or write the HTML text properly. Do you know what the issue might be?
+ 1
Ort Kelley you should use a text editor like notepad (notepad+++)
+ 1
Okay thanks
+ 1
Notepad++ has a run feature in the tool bar
+ 1
Save it with .html or .htm extension. Now open the saved file and it will open in browser.
Instead of Notepad you can use notepad++ or sublime.