I was trying frames in the Code Playground and I did exactly what they showed in the first lesson. Can anyone tell me what I did wrong? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

I was trying frames in the Code Playground and I did exactly what they showed in the first lesson. Can anyone tell me what I did wrong?

<!DOCTYPE html><html> <head> <title>Page Title</title> </head> <body> <frameset cols="100,25%,*"></frameset> <frameset rows="100,25%,*"></frameset> </body></html>

14th Jun 2016, 9:55 PM
M G
M G - avatar
5 Antworten
+ 2
frameset is not supported in HTML5
14th Jun 2016, 11:56 PM
Matt
+ 1
Thank you! I didn't know the Code Playground uses HTML5.
15th Jun 2016, 12:00 AM
M G
M G - avatar
+ 1
But it's your own <!DOCTYPE html> declaration that is saying this is a html5 document, not the Playground. Try another doctype. I haven't tried myself.
15th Jun 2016, 2:36 AM
ZinC
ZinC - avatar
0
And can the prick who's down-voting our answers provide a better one?
16th Jun 2016, 2:39 AM
ZinC
ZinC - avatar
0
this will not supported in HTML 5
28th Jul 2016, 1:25 AM
manoj