+ 1
HTML code in playground has [object object] as output
Hey guys! i've started the HTML tutorial and everything was going great until i tried out the code playground. (I am using google chrome on my laptop) When i try to run the code (generated by the course) It shows on screen for a second but afterwards it goes to only showing [object Object] on screen. Does anyone know a solution to this? thanks alot in advance!
7 Answers
0
You can show html code?
0
Its the basic code thats being used in lesson 3 "creating your own blog" All i did was press on the "try it out for yourself" button and then on "run".
0
Share your code instead...
0
sorry guys, kinda new to this stuff :p
something like this for instance. if i run it on my pc its okay. but it doesnt work on the code playground
<html>
<head>
<title> First webpage </title>
<p> This line should not be visible </p>
</head>
<body>
<p> This is a line of text </p>
</body>
</html>
0
Hi there. I got the same [object] output. This may be caused by the browser. I'm using Avast and will change for Chrome and will see..
0
So after changing my browser to Chrome it works fine, now I can see the output