+ 2
how i use the Notepad++ to make a html file?
10 Réponses
+ 11
there is nothing in your <body> tag
that is the visual part of webpage
+ 10
write your html code then save it as
.html
or
.htm
+ 7
you should write this code in html not in JS
+ 4
you need to install a web server in your computer. xxampp, bitnami, wamp, some of these. Then copy your .html file to the public web server directory, www for example. then point your web browser to: http://localhost:80/your_file.html
and you will see the browser rendering your new html file
+ 2
You're write html code on Js.. You should put the code on html format.
+ 1
yes but in google chrome apear the code ,no that the code have to make to see
+ 1
write structure code of html and then save it as .html
+ 1
what is worng?
+ 1
I try but on google chrome dont opened