Archived
Quelles balises sont dépréciées en HTML5 ? (plusieurs bonnes réponses possibles) :
0
Community Evaluations
Auteur anonyme
08/11/2021
Dans les réponses les seuls éléments obsolètes selon le HTML Living standard sont <marquee> et <big>, les autres sont tout à fait conforme.
Source :
- https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features
- https://html.spec.whatwg.org/#the-u-element
- https://html.spec.whatwg.org/#the-i-element
- https://html.spec.whatwg.org/#the-s-element
- https://html.spec.whatwg.org/#the-table-element
7
How to add a border to an image in HTML56
Write a doctype for HTML58
What is the HTML element that is used to group related content?7
How to create a navigation section in HTML58
What is the `contenteditable` attribute in HTML5?7
What is the selector `nav a[href^=http://]`?8
What are the two methods that can be used to send data to a server in HTML5?