CommerceBasic Html MCQs
Practice Basic Html MCQs for competitive exams.
Basic Html MCQs
Practice questions from this topic.
What is the use of Forms in HTML?
- A. To display contents of email
- B. To display animation effect
- C. To collect user’s input
- D. None of the Above
Correct Answer: C
What is the correct way of describing XML data?
- A. XML uses a DTD to describe data
- B. XML uses a description node to describe data
- C. XML uses XSL to describe the data
- D. XML uses a validator to describe the data
Correct Answer: C
Output of XML document can be viewed in a
- A. Word Processor
- B. Web browser
- C. Notepad
- D. None of the above
Correct Answer: B
What is the full form of TCP/IP?
- A. transmission control protocol / internet protocol
- B. telephone call protocol / international protocol
- C. transport control protocol / internet protocol
- D. none of the above
Correct Answer: A
What is a search engine?
- A. A program that searches engines
- B. A web site that searches anything
- C. A hardware component
- D. A machinery engine that search data
Correct Answer: B
Which attribute is used with img tag to display the text if image could not load in browser?
- A. description
- B. name
- C. alt
- D. id
Correct Answer: C
Marquee is a tag in HTML to
- A. Display text with scrolling effect
- B. Mark the list of items to maintain inqueue
- C. Mark the text so that it is hidden in browser
- D. Display text with strikeout effect
Correct Answer: A
Which attribute is used to name an element uniquely ?
- A. class
- B. id
- C. dot
- D. All of the above
Correct Answer: B
Why should you specify a background color if you are using an image for the actual background of your page ?
- A. So the text shows up better
- B. In case the image doesn’t fit right
- C. The background color will be shown until the image loads
- D. None of the above
Correct Answer: C
The most basic element of any HTML page is
- A. ASCII text
- B. text
- C. BCD text
- D. None of the above
Correct Answer: A
The background image will scroll when the user scrolls down the page, you add which property to the tag ?
- A. bgproperties = “fixed”
- B. bgproperties = “move”
- C. bgproperties = “holdstill”
- D. None of the above
Correct Answer: C
To set the color for table borders, use ________
- A. bgcolor=#003300
- B. bgimage=#003300
- C. bordercolor=#003300
- D. tablecolor=#003300
Correct Answer: C