0
How can execute my html code?
I NEED HELP CAUSE I AM STUPIDE
1 Answer
+ 6
If you want to run a code on Sololearn then,
âĄď¸ Go to the Code Playground section (you can find it here : https://code.sololearn.com) and click on the + icon at the bottom right corner.
âĄď¸ Then select Web and write your HTML code in the HTML section and save it.
âĄď¸ Then click on Run and your HTML Code will get executed.
If you want to run your code in your system then
âĄď¸ Open notepad (or any text editor like Notepad++, Sublime Text, etc)
âĄď¸ Write your HTML code and save it with .html extension.
âĄď¸ Run your Code in a browser (ex: Google Chrome or Mozilla Firefox) and check your output.