InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
For explaining, which new technology is used?(a) (b) (c) (d) I got this question by my school principal while I was bunking the class.This interesting question is from Headings, Paragraphs, Tags & Linking between Pages topic in portion Text, Links & Lists of HTML |
|
Answer» Correct answer is (a) |
|
| 2. |
Metadata does not define _________(a) character set(b) links(c) scripts(d) colorI got this question in an internship interview.Query is from Headings, Paragraphs, Tags & Linking between Pages topic in chapter Text, Links & Lists of HTML |
|
Answer» CORRECT option is (d) color To elaborate: Metadata DEFINE character SET, title of the document, links, styles, SCRIPTS and other meta information. E.g. |
|
| 3. |
For displaying a list horizontally, we can use ______________(a) (b) display:inline(c) (d) typeI had been asked this question during an interview.I want to ask this question from Numbered, Bullet and Definition Lists in portion Text, Links & Lists of HTML |
|
Answer» Correct answer is (b) display:inline |
|
| 4. |
Which of the following is not true regarding to counter?(a) counter(name,style)(b) counter(name)(c) counter(string)(d) counter(name,string,style)This question was addressed to me during an interview.The question is from Numbered, Bullet and Definition Lists topic in division Text, Links & Lists of HTML |
|
Answer» The correct answer is (c) counter(string) |
|
| 5. |
Which of the following can’t be the value of list-style-type?(a) square(b) circle(c) ellipse(d) discThis question was addressed to me in homework.I need to ask this question from Numbered, Bullet and Definition Lists topic in section Text, Links & Lists of HTML |
|
Answer» Correct option is (c) ellipse |
|
| 6. |
In HTML5 which element defines thematic change in the content?(a) (b) (c) (d) This question was posed to me during an online interview.The doubt is from Headings, Paragraphs, Tags & Linking between Pages topic in portion Text, Links & Lists of HTML |
|
Answer» Correct ANSWER is (a) For explanation: For THEMATIC change in the content tag is used. It is also used to separate content or for defining a change in any HTML page. All the browsers like Internet Explorer, Firefox, OPERA, Chrome, Safari SUPPORTS this element. |
|
| 7. |
Which attribute is only used with ?(a) value(b) type(c) compact(d) startI got this question in my homework.This interesting question is from Numbered, Bullet and Definition Lists topic in chapter Text, Links & Lists of HTML |
|
Answer» The correct choice is (d) start
|
|
| 8. |
Which one of the following is not the value of the target attribute?(a) _blank(b) _top(c) _self(d) _emptyI have been asked this question during an interview for a job.I would like to ask this question from Headings, Paragraphs, Tags & Linking between Pages in portion Text, Links & Lists of HTML |
|
Answer» RIGHT CHOICE is (d) _empty Explanation: Where to open linked document is specified by target ATTRIBUTE. It can have the values _blank, _top, _parent, _self, framename. _blank opens linked document is a NEW tab or window. The linked document is opened in the parent frame by _parent. Linked document is opened in a named frame by framename. Linked document is opened in the same window by _self. |
|
| 9. |
Which of the following is not the parameter for email link?(a) body(b) bcc(c) cc(d) #I had been asked this question in an online quiz.I want to ask this question from Linking to Other Sites & Email Links and its Decoration topic in section Text, Links & Lists of HTML |
|
Answer» Right answer is (d) # |
|
| 10. |
Which of the following opens linked document in full body?(a) _blank(b) _top(c) _parent(d) framenameI got this question by my college professor while I was bunking the class.I'm obligated to ask this question of Linking to Other Sites & Email Links and its Decoration in section Text, Links & Lists of HTML |
|
Answer» Correct CHOICE is (b) _top |
|
| 11. |
What is used for specifying an email to be sent?(a) mailto:(b) target(c) id(d) hrefThe question was posed to me in unit test.I need to ask this question from Linking to Other Sites & Email Links and its Decoration topic in chapter Text, Links & Lists of HTML |
|
Answer» Right answer is (a) mailto: |
|
| 12. |
Which character is used to differentiating between choices to list items?(a) ‘|’(b) ‘>’(c) ‘#’(d) ‘$’I have been asked this question in my homework.My question is based upon Numbered, Bullet and Definition Lists topic in chapter Text, Links & Lists of HTML |
|
Answer» RIGHT option is (a) ‘|’ The explanation: ‘|’, a pipe character is used to differentiate between choices. It is a separating character. It can be emulated by adding BORDERS to list ITEMS. E.g. #pipe ul li.first {margin-left: 0; list-style: none; margin-left: none; display: inline; }. Here we have added class=”first” so that it does not end up with a BORDER on the left side. |
|
| 13. |
Which one of the following is used for space character?(a) %50(b) %60(c) %20(d) %10The question was posed to me by my school teacher while I was bunking the class.My query is from Linking to Other Sites & Email Links and its Decoration in portion Text, Links & Lists of HTML |
|
Answer» The CORRECT option is (c) %20 |
|
| 14. |
Which element is used for creating links?(a) (b) (c) (d) I have been asked this question during an internship interview.This interesting question is from Headings, Paragraphs, Tags & Linking between Pages in chapter Text, Links & Lists of HTML |
|
Answer» Right OPTION is (a)
|
|
| 15. |
Which of the following sets the color of a link before it has been clicked on?(a) ALINK(b) LINK(c) VLINK(d) ULINKThis question was addressed to me in class test.The origin of the question is Linking to Other Sites & Email Links and its Decoration topic in section Text, Links & Lists of HTML |
|
Answer» Correct option is (b) LINK |
|
| 16. |
Which tag is used for List items?(a) (b) (c) (d) The question was posed to me in a national level competition.Question is taken from Numbered, Bullet and Definition Lists topic in section Text, Links & Lists of HTML |
|
Answer» The CORRECT option is (a) EXPLANATION: li is for the list items. The list is INDENTED by default by the browser.
|
|
| 17. |
Which element defines preformatted text?(a) (b) (c) (d) I had been asked this question in an international level competition.My question is based upon Headings, Paragraphs, Tags & Linking between Pages topic in division Text, Links & Lists of HTML |
|
Answer» Correct choice is (b)
|
|
| 18. |
Which element indicates about something which is no longer accurate?(a) (b) (c) (d) I got this question by my school teacher while I was bunking the class.This key question is from Headings, Paragraphs, Tags & Linking between Pages in portion Text, Links & Lists of HTML |
|
Answer» The correct answer is (a) |
|
| 19. |
target attribute cannot have?(a) _blank(b) _self(c) _parent(d) _colorI had been asked this question during an interview for a job.I'd like to ask this question from Linking to Other Sites & Email Links and its Decoration in portion Text, Links & Lists of HTML |
|
Answer» Right option is (d) _color |
|
| 20. |
Which attribute is used to link the bookmark?(a) href(b) id(c) target(d) I have been asked this question during an interview.Query is from Linking to Other Sites & Email Links and its Decoration in chapter Text, Links & Lists of HTML |
|
Answer» Correct option is (a) href |
|
| 21. |
Which element is restricted to inline content?(a) (b) (c) (d) The question was asked in unit test.The query is from Numbered, Bullet and Definition Lists topic in division Text, Links & Lists of HTML |
|
Answer» Correct option is (a) The explanation is:
|
|
| 22. |
What is the color of an unvisited link?(a) red(b) blue(c) purple(d) greenI got this question in examination.My enquiry is from Headings, Paragraphs, Tags & Linking between Pages topic in chapter Text, Links & Lists of HTML |
|
Answer» Correct choice is (b) BLUE |
|
| 23. |
Relative URLs are used to ____________(a) link other pages within the same site(b) link the same page with other sites(c) link other pages with other sites(d) does not linkThis question was addressed to me in final exam.My question comes from Headings, Paragraphs, Tags & Linking between Pages topic in portion Text, Links & Lists of HTML |
|
Answer» The correct option is (a) link other pages within the same SITE |
|
| 24. |
Which element was designed for creating multicolumn directory lists?(a) menu(b) dir(c) ul(d) olThis question was posed to me in quiz.Asked question is from Numbered, Bullet and Definition Lists topic in portion Text, Links & Lists of HTML |
|
Answer» Right option is (b) dir
|
|
| 25. |
What will add line break in the body of mail?(a) %20(b) %0D%0A(c) %0h%0A(d) %10This question was posed to me by my school principal while I was bunking the class.Enquiry is from Linking to Other Sites & Email Links and its Decoration topic in section Text, Links & Lists of HTML |
|
Answer» The CORRECT option is (b) %0D%0A |
|
| 26. |
Which property specifies the distance between nearest border edges of marker box and prinicipal box?(a) marker-offset(b) counter increment(c) list-style(d) list-style-imageThis question was posed to me during a job interview.My question comes from Numbered, Bullet and Definition Lists topic in chapter Text, Links & Lists of HTML |
|
Answer» Right option is (a) MARKER-offset |
|
| 27. |
Which element contains definition?(a) (b) (c) (d) The question was posed to me in quiz.My question is taken from Numbered, Bullet and Definition Lists topic in division Text, Links & Lists of HTML |
|
Answer» The correct choice is (b) Explanation:
|
|