HTML Basic Why should you specify a background color if you are using an image for the actual background of your page ? None of these In case the image doesn’t fit right The background color will be shown until the image loads So the text shows up better None of these In case the image doesn’t fit right The background color will be shown until the image loads So the text shows up better ANSWER DOWNLOAD EXAMIANS APP
HTML Basic The most basic element of any HTML page is BCD text text None of these ASCII text BCD text text None of these ASCII text ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Which one of the following is not a step to install a library you need to perform the compatibility in browsers ? Insert the following code inside the head tag Uncompress the file Download the library from the github location None of the mentioned Insert the following code inside the head tag Uncompress the file Download the library from the github location None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Which property tells how many rows a cell should span ? None of these Both A and B rowspan=n colspan=n None of these Both A and B rowspan=n colspan=n ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Metadata store information about the web page that is not necessarily visible to end users. True False True False 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 > 1 0 3 2 1 0 3 2 ANSWER DOWNLOAD EXAMIANS APP