0
how can we use the frameset in HTML?
2 Respostas
+ 4
You must not want, it's deprecated ( older version of Html ) ^^
Anyway, if you want despite everything, you need to declare a Html 4.01 frameset doctype:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
In this variant of Html, the <body> element no longer exist and is replaced with the <frameset> one, wich contain the <frames> elements...
+ 2
Frameset is not supported in html5.