Reputation: 309
I am learning on w3schools and it says that for some of the attributes, it is not supported by HTML5. Does that mean I shouldn't learn it/there's no point in learning it?
Upvotes: 3
Views: 2641
Reputation: 1340
Short Answer: it means in future these tags will not be supported and not recommended currently.
Don't use at all, rather use CSS Or Alternative Tags.
Some Famous Tags: not supported by HTML5
Other Are: caption, iframe, img, input, object, legend, table, hr, div, h1, h2, h3, h4, h5, h6, p, col, colgroup, tbody, td, tfoot, th, thead and tr table and object and the list goes on...
Upvotes: 2