+ 3
Hello! I'm new here. Please I want to know how to run HTML on a laptop, the app to download (if there is any). Thanks.
17 Antworten
+ 13
just write
Your html code in a notepad and save it as html extension
e.g. index.html and you're done
But if you want colorful and comfortable code editor
I recommend "VS code" for you
Good luck. 🌹
+ 5
open Notepad and do your coding than save it as .html and u can use notepad++ it will be more good for you
+ 4
Download sublime text editor or vim editor or notepad++ or atom or nano editor,any one of these would work
+ 4
Download Sublime Text or Brackets ; Both Code Editors are Good for beginners ; after downloading these software you write your html code and just save it as anyname.html , and run it ! If you have any big probs then just inbox me ;
+ 3
There isn't one, just type up in a text editor your html and save it as an HTML file.
+ 3
I agree with Mirage🌹 ! Just write code in a notepad and save it with the .html extension. I'm looking into different code editors, I'll be sure to check "VS code"! Oh! Also, to test your code, you should be able to open your file with the .html extension on a web browser like Chrome, Firefox, IE, etc... 😀
+ 3
Write on a note pad nd save the file as abc.html then save to a location in ur computer nd the open that location nd there u will seee a chrome or the browser u use symbol then just click it ...
+ 3
U can qlso use html pad
+ 2
Hello dear friend
+ 2
Download a good text editor(one that supports code refactoring)
+ 2
use sublime text bro
write your code and save it as anything.html then you have your website ready
+ 2
Hey !! You may use Notepad, notepad++, or atom(I use this) text editor for attractive visuals.
To use atom or notepad++ or any other text editor, you need to download it first as per your Operating System in laptop.
Then type your HTML code in any of the text editor and save it with extension .html (eg. name.html).
You also need one browser to see the output of your code.
After saving your code just open it with any browser....and its done!!!
+ 1
Write anything in a file and save it as extension ".html".
Run that file you will get your text on browser.
Now start searching on internet what are the different controls in html
+ 1
just open notepad and save it or you can download a text editor. i suggest brackets😀👍
0
Fwd graph
0
Sublime text is a good one. I just downloaded atom from github and it looks good but I haven’t used it enough to give it a thumbs up or down yet.
0
Hi you can start using notepad :)
Good luck