0

I am curious, why <frameset>, <marquee>, etc. not supported in HTML5? What tag should I use for those instead in HTML5?

I just curious about this issue. I think there are different basic HTML and HTML5. Ex. marquee and frameset. In basic HTML, marquee and frameset were supported, but in HTML5 not.

16th May 2019, 2:17 PM
Rizki Rivaldi
4 Respostas
+ 4
For frameset use iframe and for Marquee use css animation
16th May 2019, 4:55 PM
Bug Slayer
+ 4
A marquee replacement code example by Calvin 👍: https://code.sololearn.com/WGfmcDL5NehI/?ref=app
16th May 2019, 9:18 PM
Ipang
+ 1
Is those tags same attribute as marquee and frameset, right?
16th May 2019, 8:53 PM
Rizki Rivaldi
+ 1
Ohh.. i see... thank you guys for your answer.
16th May 2019, 9:24 PM
Rizki Rivaldi