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. ...... | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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>

11th Jul 2016, 1:19 PM
Harsh Rawat
Harsh Rawat - avatar
7 Réponses
+ 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
12th Jul 2016, 12:03 AM
Ozii
Ozii - avatar
+ 1
document.write is case sensitive. Change 'D' to 'd'.
12th Jul 2016, 1:02 AM
ZinC
ZinC - avatar
0
problem tell me
11th Jul 2016, 1:30 PM
Harsh Rawat
Harsh Rawat - avatar
0
to activate the application on my phone
11th Jul 2016, 1:51 PM
sandi
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
11th Jul 2016, 5:56 PM
Dhiman Das
Dhiman Das - avatar
- 1
hi
11th Jul 2016, 1:30 PM
sandi
- 1
replace "D" for a "b"
16th Jul 2016, 7:39 PM
cesar calderon
cesar calderon - avatar