how can we use the frameset in HTML? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

how can we use the frameset in HTML?

10th May 2017, 12:11 PM
Esraa Abo El Ela
Esraa Abo El Ela - avatar
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...
10th May 2017, 12:58 PM
visph
visph - avatar
+ 2
Frameset is not supported in html5.
10th May 2017, 12:32 PM
Adem Şahin
Adem Şahin - avatar