InterviewSolution
Saved Bookmarks
| 1. |
does not include the attribute ___________(a) id(b) hidden(c) lang(d) srcThis question was addressed to me in a national level competition.The query is from Using Image Sprites & Standardizing Client-Side Templating topic in section HTML Images & Web Page Files of HTML |
|
Answer» RIGHT option is (d) src The best I can explain: only include global . Id, , , onsubmit, ontoggle, onwaiting, onplay, onmousemove, onmousedown, onblur, oncancel, oncanplay, onabort, title etc. are some of the global attributes. |
|