Which property is used to detect the browser’s user agent and code based on the pertinent cases? navigator.userAgent navigator return navigator.user TRUE ANSWER : ? YOUR ANSWER : ?
The _____________ attribute specifies an inline style associated with an element, which determines the rendering of the affected element. class dir dir none of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is not a channel of mozilla? Firefox alpha Firefox Aurora Firefox Beta Firefox TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is the attribute that specifies the column name from the data source object that supplies the bound data? disabled datafld dataFormatAs datasrc TRUE ANSWER : ? YOUR ANSWER : ?
How can you open a link in a new browser window ?<br/>1. < a href="url" target="_blank"><br/>2. < a href="url" target="new"><br/>3. < a href="url" blank> Option 3 None of these Option 1 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is true if the property value of a name-value pair added by an element with an itemprop attribute is a meta element ? On getting, if the element has a datetime content attribute, the IDL attribute must return that content attribute’s value The value is the value of the element’s value attribute, if it has one, or the empty string otherwise The value is the item created by the element. The value is the element’s textContent. TRUE ANSWER : ? YOUR ANSWER : ?
The MIME text file is saved with. None of these HMT extension HTML extension CSS extension TRUE ANSWER : ? YOUR ANSWER : ?
Choose the correct tag for largest heading in HTML. heading h1 head h6 TRUE ANSWER : ? YOUR ANSWER : ?
__________ prevents search engines from showing a cached link for the page. nobot nofollow nosearch noarchive TRUE ANSWER : ? YOUR ANSWER : ?
The accesskey attribute specifies a keyboard navigation accelerator for the element. True False TRUE ANSWER : ? YOUR ANSWER : ?