Page 1 of 1

Question about frame

Posted: Tue Dec 20, 2022 9:42 am
by Danisha
I have a question about frame set ,why frame is not working in html5,please help if you know.

Thanks in advance.

Re: Question about frame

Posted: Tue Dec 20, 2022 9:43 am
by Bella
Use <embed> tag , <frame> is not supported in html5.

Re: Question about frame

Posted: Tue Dec 20, 2022 9:45 am
by Catherine
Hi,

The <frameset> tag is not supported in html5. You will need to change your DOCTYPE to one that supports frame.