1.

Which attribute assigns a name to the applet?(a) name(b) vspace(c) src(d) objectThe question was posed to me during an online exam.The origin of the question is HTML5 Semantics & YouTube Videos topic in portion Advance HTML of HTML

Answer»

The CORRECT option is (a) name

To explain: name attribute assigns a name to the APPLET so that it can be identified by the other resources especially for some PARTICULAR scripts. Additional vertical space is specified by vspace attribute in pixels. Additional vertival space above or below applet is GIVEN by vspace attribute. Src attribute provides absolute URL for file or applet. Object attribute is URL REPRESENTATION of applet.



Discussion

No Comment Found

Related InterviewSolutions