HTML Basic Which of the following allows user to view a webpage? Operating System Internet Browser Website Interpreter Operating System Internet Browser Website Interpreter ANSWER DOWNLOAD EXAMIANS APP
HTML Basic The software that can read and render HTML documents is Browser Compiler Interpreter Server Browser Compiler Interpreter Server ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Why should you specify a background color if you are using an image for the actual background of your page ? So the text shows up better The background color will be shown until the image loads None of these In case the image doesn’t fit right So the text shows up better The background color will be shown until the image loads None of these In case the image doesn’t fit right ANSWER DOWNLOAD EXAMIANS APP
HTML Basic What will be the added by using < td > and < /td > tag ? columns steps rows cell columns steps rows cell ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Which of the following is true if the property value of a name-value pair added by an element with an itemprop attribute is a time element ? The value is the element’s datetime value. The value is the value of the element’s value attribute, if it has one, or the empty string otherwise. The value is the value of the element’s content attribute, if any, or the empty string if there is no such attribute. The value is the element’s textContent. The value is the element’s datetime value. The value is the value of the element’s value attribute, if it has one, or the empty string otherwise. The value is the value of the element’s content attribute, if any, or the empty string if there is no such attribute. The value is the element’s textContent. 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> None of these Option 2 Option 1 Option 3 None of these Option 2 Option 1 Option 3 ANSWER DOWNLOAD EXAMIANS APP