+ 1
what is the problem in this code ? i renamed this code containing .txt file to .html but when i opened this html file in uc browser it doesn't shows anything. ......
<html> <head> </head> <body> <script> Document.write("hello world"); </script> </body> </html>
7 Respuestas
+ 1
This is because uc browser has the Javascript turned off or deactivated meaning it doesn't support Javascript, use Firefox or any other browser
+ 1
document.write is case sensitive. Change 'D' to 'd'.
0
problem tell me
0
to activate the application on my phone
0
go to save as and then in the below of the saving file save type as "all files" then name it as filename.html
- 1
hi
- 1
replace "D" for a "b"