HTML Basic Which of the following markup is correct?i. < b >< i >is in error as tags cross< /b >< /i >ii. < b >< i >is not since tags nest < /i >< /b > i ii None of the mentioned i and ii i ii None of the mentioned i and ii ANSWER DOWNLOAD EXAMIANS APP
HTML Basic The accesskey attribute specifies a keyboard navigation accelerator for the element. True False True False ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Choose the correct tag for largest heading in HTML. heading head h1 h6 heading head h1 h6 ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Which of the following are table tags? table, tt, tr, td none of the mentioned colspan, table, tr table, thead, tr, td table, tt, tr, td none of the mentioned colspan, table, tr table, thead, tr, td ANSWER DOWNLOAD EXAMIANS APP
HTML Basic ____________ allows you to add custom styles to the document and test an element afterwards. hasEvent() testProp() modernizr.testStyles() testAllProps() hasEvent() testProp() modernizr.testStyles() testAllProps() ANSWER DOWNLOAD EXAMIANS APP
HTML Basic According to the rules of XML and XHTML, all elements must be closed either with an end tag or by self-closing with a space, slash, and a right-pointing angle bracket False True False True ANSWER DOWNLOAD EXAMIANS APP