HTML Basic The root element of an XHTML document must be html, and must contain an __________ attribute to associate it with the XHTML namespace. source src xmlns link source src xmlns link ANSWER DOWNLOAD EXAMIANS APP
HTML Basic In which part of the HTML metadata is contained? head tag title tag body tag html tag head tag title tag body tag html tag ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Why should you add alternative text to your images ? So the users can get an idea of what the image is before In case the user wishes to load a different picture All of these So the user can save the image using the text as a name So the users can get an idea of what the image is before In case the user wishes to load a different picture All of these So the user can save the image using the text as a name ANSWER DOWNLOAD EXAMIANS APP
HTML Basic If the element has an itemscope attribute, it returns an __________ object with all the element’s properties. itemscope dom object collection.namedItem none of the mentioned itemscope dom object collection.namedItem none of the mentioned ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Which of the following is not a correct (X)HTML rule? Attributes should be quoted Unused elements may be minimized Unknown attributes are ignored by the browser Tags should nest not tag Attributes should be quoted Unused elements may be minimized Unknown attributes are ignored by the browser Tags should nest not tag ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Choose the correct XHTML for width attribute and its value. width=80 WIDTH=”80″ WIDTH=80 width=”80″ width=80 WIDTH=”80″ WIDTH=80 width=”80″ ANSWER DOWNLOAD EXAMIANS APP