+ 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>
5 Answers
+ 2
frameset is not supported in HTML5
+ 1
Thank you! I didn't know the Code Playground uses HTML5.
+ 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.
0
And can the prick who's down-voting our answers provide a better one?
0
this will not supported in HTML 5