HTML Basic Which property is used to detect the browser’s user agent and code based on the pertinent cases? return navigator navigator.userAgent navigator.user return navigator navigator.userAgent navigator.user ANSWER DOWNLOAD EXAMIANS APP
HTML Basic What indicates the content in file is HTML when delivered on the network. The “content-type” header Both “.html” extension and “content-type” header The extension of the file “.html” None of the mentioned The “content-type” header Both “.html” extension and “content-type” header The extension of the file “.html” None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
HTML Basic ___________ is used to test whether geolocation is supported in old browsers. Navigator.userAgent Modernizr.js Modernizr.geolocation Modernizr Navigator.userAgent Modernizr.js Modernizr.geolocation Modernizr ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Which of the following is not a web server? BlueGriffon Jetty Tornado Apache tomcat BlueGriffon Jetty Tornado Apache tomcat ANSWER DOWNLOAD EXAMIANS APP
HTML Basic How can you open a link in a new browser window ?1. < a href="url" target="_blank">2. < a href="url" target="new">3. < a href="url" blank> Option 3 None of these Option 1 Option 2 Option 3 None of these Option 1 Option 2 ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Which of the following are table tags? none of the mentioned table, tt, tr, td table, thead, tr, td colspan, table, tr none of the mentioned table, tt, tr, td table, thead, tr, td colspan, table, tr ANSWER DOWNLOAD EXAMIANS APP