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.
4 Respuestas
+ 4
For frameset use iframe and for Marquee use css animation
+ 4
A marquee replacement code example by Calvin 👍:
https://code.sololearn.com/WGfmcDL5NehI/?ref=app
+ 1
Is those tags same attribute as marquee and frameset, right?
+ 1
Ohh.. i see... thank you guys for your answer.