-
<template> does not include the attribute ___________.
-
- src
- lang
- hidden
- id
- None of these
Correct Option: A
<template> only include global attributes. Id, hidden, lang, onsubmit, ontoggle, onwaiting, onplay, onmousemove, onmousedown, onblur, oncancel, oncanplay, onabort, title etc. are some of the global attributes.