HTML Basic The goal of microdata is to create a unified way to define the data in a way any web crawler or reader implementation can read it. False True False True 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 Which of the following is not a correct (X)HTML rule? Attributes should be quoted Unknown attributes are ignored by the browser Tags should nest not tag Unused elements may be minimized Attributes should be quoted Unknown attributes are ignored by the browser Tags should nest not tag Unused elements may be minimized ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Which of the following is correct character entities for "Copyright" symbol? © • Ÿ ³ © • Ÿ ³ ANSWER DOWNLOAD EXAMIANS APP
HTML Basic What indicates the content in file is HTML when delivered on the network. Both “.html” extension and “content-type” header The “content-type” header The extension of the file “.html” None of the mentioned Both “.html” extension and “content-type” header The “content-type” header The extension of the file “.html” None of the mentioned 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 Option 2 Option 1 None of these Option 3 Option 2 Option 1 None of these ANSWER DOWNLOAD EXAMIANS APP