HTML/HTML Mcq Question Set 10 Sample Test,Sample questions

Question:
cols attribute is use with ___________

1.<td>

2.<th>

3.<textarea>

4.<ol>

Posted Date:-2021-07-05 16:58:25


Question:
CSSMin is written in ___________

1.C++

2.Java

3.PHP

4.C

Posted Date:-2021-07-05 16:58:25


Question:
datetime attribute is not related with ______________

1.<del>

2.<time>

3.<ins>

4.<form>

Posted Date:-2021-07-05 16:58:25


Question:
For creating single line text box for searching queries, we use the type ___________

1.placeholder

2.search

3.url

4.hidden

Posted Date:-2021-07-05 16:58:25


Question:
For duplex communication we can’t use

1.Long Polling

2.HTML5

3.JavaScript

4.Streaming

Posted Date:-2021-07-05 16:58:25


Question:
For entity which term is used by XML?

1.character entity reference

2.numeric character reference

3.predefined entities

4.character and numeric entity reference

Posted Date:-2021-07-05 16:58:25


Question:
For grouping form controls we can use ___________

1.<legend>

2.<fieldset>

3.<label>

4.<select>

Posted Date:-2021-07-05 16:58:25


Question:
Form validation traditionally was performed by ___________

1.PHP

2.HTML

3.JavaScript

4.Query

Posted Date:-2021-07-05 16:58:25


Question:
How does download attribute work?

1.An indication that hyperlink is to be used for downloading

2.Directly downloads as per the need of the user

3.Gives various source links to download

4.List the topics which one can download from a certain page

Posted Date:-2021-07-05 16:58:25


Question:
How title attribute works?

1.Displays text when hovering over the element

2.Focus text when hovering over the element

3.Highlight text when hovering over the element

4.Zoom in and zoom out text when hovering over the element

Posted Date:-2021-07-05 16:58:25


Question:
HTMLMinifier is written in ________

1.JavaScript

2.Java

3.C++

4.C

Posted Date:-2021-07-05 16:58:25


Question:
In desktop which browser does not support WebSocket?

1.Chrome version 7

2.Chrome version 6

3.Chrome version 43

4.Internet Explorer 10

Posted Date:-2021-07-05 16:58:25


Question:
In the processing of information, the server does not use the language _____

1.C#

2.JAVA

3.C++

4.VB.net

Posted Date:-2021-07-05 16:58:25


Question:
loop attribute is not used with _____________

1.<audio>

2.<marquee>

3.<video>

4.<track>

Posted Date:-2021-07-05 16:58:25


Question:
Messages from the server are received by ____

1.onmessage

2.send

3.arrayBuffer

4.blob

Posted Date:-2021-07-05 16:58:25


Question:
srclang attribute is used with the element ____________

1.<track>

2.<input>

3.<iframe>

4.<table>

Posted Date:-2021-07-05 16:58:25


Question:
Syntax of entity declaration is ___________

1.<!entity name “value”>

2.<entity name “value”!>

3.<”value” entity name>

4.<!”value” entity name>

Posted Date:-2021-07-05 16:58:25


Question:
The major difference between minlength and min attribute is ______

1.minlength is for the minimum number of characters and ‘min’ is for the minimum value

2.minlength is for the minimum value and ‘min’ is for the minimum number of characters

3.minlength is for multiple values and ‘min’ is for the single value

4.minlength’ is for single value and ‘minlength’ is for multiple values

Posted Date:-2021-07-05 16:58:25


Question:
The maximum bytes for control frames is _______________

1.100 bytes

2.125 bytes

3.130 bytes

4.150 bytes

Posted Date:-2021-07-05 16:58:25


Question:
The __________ attribute sets the text direction as related to the lang attribute.

1.lang

2.sub

3.dir

4.ds

Posted Date:-2021-07-05 16:58:25


Question:
The _____________ attribute specifies an inline style associated with an element, which determines the rendering of the affected element.

1.dir

2.style

3.class

4.article

Posted Date:-2021-07-05 16:58:25


Question:
Use of checked attribute is ____________

1.Whether on page load element should be checked

2.Whether on page load all form element should be checked

3.Whether on page load all list element should be checked

4.Whether on page load all multimedia elements should be checked

Posted Date:-2021-07-05 16:58:25


Question:
What does wrap attribute denote?

1.Whether the text is in bold

2.Whether the text is wrapped

3.Whether the text is in italics

4.Whether the text is highlighted

Posted Date:-2021-07-05 16:58:25


Question:
What is the correct format of numeric character reference?

1.&nnnn;

2.&#nnnn;

3.#nnnn;

4.$*nnnn;

Posted Date:-2021-07-05 16:58:25


Question:
What is the format for character entity reference?

1.&name;

2.$name;

3.%name;

4.!name;

Posted Date:-2021-07-05 16:58:25


Question:
What is the use of spellcheck attribute?

1.Checks spelling

2.Indicates if spell checking is allowed

3.Checks spelling and corrects it

4.Checks spelling of a given particular text only

Posted Date:-2021-07-05 16:58:25


Question:
Which attribute indicates a descending order of displaying a list?

1.reversed

2.forward

3.straight

4.circular

Posted Date:-2021-07-05 16:58:25


Question:
Which attribute is not for overriding the actions?

1.Formaction

2.Style

3.Tabindex

4.Slot

Posted Date:-2021-07-05 16:58:25


Question:
Which attribute is used to provide an advisory text about an element or its contents?

1.tooltip

2.dir

3.title

4.head

Posted Date:-2021-07-05 16:58:25


Question:
Which attribute specifies a unique alphanumeric identifier to be associated with an element?

1.class

2.id

3.article

4.html

Posted Date:-2021-07-05 16:58:25


Question:
Which compressor gives maximum GZIPPED compression?

1.YUI

2.JSMin

3.Packer

4.Closure(advanced)

Posted Date:-2021-07-05 16:58:25


Question:
Which entity is not defined in XML?

1.quot

2.apos

3.gt

4.copy

Posted Date:-2021-07-05 16:58:25


Question:
Which of the following defines a default value on page load?

1.<object>

2.<input>

3.<progress>

4.<area>

Posted Date:-2021-07-05 16:58:25


Question:
Which of the following is not associated with web socket communication?

1.https

2.wss

3.ws

4.http

Posted Date:-2021-07-05 16:58:25


Question:
Which of the following is not the event of WebSocket API?

1.Close

2.Message

3.Send

4.Error

Posted Date:-2021-07-05 16:58:25


Question:
Which of the following is not the form type for adding text?

1.Text input

2.Text area

3.Password input

4.Submit button

Posted Date:-2021-07-05 16:58:25


Question:
Which of the following is the attribute that indicates the name of the data source object that supplies the data that is bound to this element?

1.dataFormatAs

2.datafld

3.disabled

4.datasrc

Posted Date:-2021-07-05 16:58:25


Question:
Which of the following is the attribute that is used to add a name/value pair to a microdata item?

1.itemscope

2.itemref

3.itemprop

4.itemid

Posted Date:-2021-07-05 16:58:25


Question:
Which of the following is the attribute that is used to set a global identifier for a microdata item?

1.key

2.id

3.itemclass

4.itemid

Posted Date:-2021-07-05 16:58:25


Question:
Which of the following is the attribute that specifies additional horizontal space, in pixels, to be reserved on either side of an embedded item like an iframe, applet, image, and so on?

1.height

2.hspace

3.hidefocus

4.datasrc

Posted Date:-2021-07-05 16:58:25


Question:
Which of the following is the attribute that specifies the column name from the data source object that supplies the bound data?

1.dataFormatAs

2.datafld

3.disabled

4.datasrc

Posted Date:-2021-07-05 16:58:25


Question:
Which of the following is the server library for Node.js?

1.Caddy

2.SignalR

3.ws

4.jsonrpc

Posted Date:-2021-07-05 16:58:25


Question:
Which of the following is the wire protocol for WebScoket?

1.RFC6455

2.RFC6477

3.RFC6567

4.RFC8967

Posted Date:-2021-07-05 16:58:25


Question:
Which one has the most potential for minification?

1.JavaScript

2.CSS

3.HTML

4.PHP

Posted Date:-2021-07-05 16:58:25


Question:
Which one is not a very good developer support?

1.Opera

2.Internet Explorer

3.Firefox

4.Chrome

Posted Date:-2021-07-05 16:58:25


Question:
Which one is not associated with Gecko?

1.Firefox

2.SeaMonkey

3.Thunderbird

4.Internet Explorer

Posted Date:-2021-07-05 16:58:25


Question:
Which option is not available in HTMLMinifier?

1.remove attribute quotes

2.use the short doctype

3.remove empty elements

4.replace <strong> with <b>

Posted Date:-2021-07-05 16:58:25


Question:
Which parameter is commonly used for size attribute?

1.centimeter

2.pixels

3.inch

4.millimeter

Posted Date:-2021-07-05 16:58:25


Question:
With which element width attribute is not define?

1.<input>

2.<object>

3.<embed>

4.<textarea>

Posted Date:-2021-07-05 16:58:25


Question:
YUI compressor is written in ____________

1.HTML

2.C++

3.C

4.Java

Posted Date:-2021-07-05 16:58:25


More MCQS

  1. HTML and Web Page Designing MCQS
  2. Computer Webpage Designing HTML MCQS Part 1
  3. Computer Webpage Designing HTML MCQS Part 2
  4. Computer Webpage Designing HTML MCQS Part 3
  5. HTML Mcq Question Set 1
  6. HTML Mcq Question Set 2
  7. HTML Mcq Question Set 3
  8. HTML Mcq Question Set 4
  9. HTML Mcq Question Set 5
  10. HTML Mcq Question Set 6
  11. HTML Mcq Question Set 7
  12. HTML Mcq Question Set 8
  13. HTML Mcq Question Set 9
  14. HTML Mcq Question Set 10
  15. HTML Mcq Question Set 11
  16. HTML Mcq Question Set 12
  17. HTML Mcq Question Set 13
  18. HTML Mcq Question Set 14
  19. HTML Mcq Question Set 15
  20. HTML Mcq Question Set 16
  21. HTML Mcq Question Set 17
  22. HTML Mcq Question Set 18
  23. HTML Mcq
  24. HTML . MCQ SET 1
  25. HTML . MCQ SET 2
  26. HTML MCQ Questions
  27. HTML MCQ Questions
Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!