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 __________ prevents the page from being indexed altogether. novalue nofollow noarchive noindex novalue nofollow noarchive noindex ANSWER DOWNLOAD EXAMIANS APP
HTML Basic To set the color for table borders, use ________ bgcolor=#003300 bordercolor=#003300 tablecolor=#003300 bgimage=#003300 bgcolor=#003300 bordercolor=#003300 tablecolor=#003300 bgimage=#003300 ANSWER DOWNLOAD EXAMIANS APP
HTML Basic A much better approach to establish the base URL is to use the _________ element. None of these HEAD BODY BASE None of these HEAD BODY BASE ANSWER DOWNLOAD EXAMIANS APP
HTML Basic To add a plain color background to your web page, use which of the following ?1. < body bgcolor= “36,24,35” >2. < body color= “# FF000” >3. < body bgcolor= “# FF000” > Option 2 Option 3 All of these Option 1 Option 2 Option 3 All of these Option 1 ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Identify the count of mistakes in the following markup. < html >< head >< /head >< body >< li >< ul >< p >Hello< /p >< /ul >< /li >< br >< hr >< /body >< /html > 0 3 2 1 0 3 2 1 ANSWER DOWNLOAD EXAMIANS APP