Which Tag Specifies A Key-pair Generator Field In A Form

The element specifies a key-pair generator field in a form. When the form is submitted, two keys are generated, one private and one public. The private key is stored locally, and the public key is sent to the server. The public key could be used to generate a client certificate to authenticate the user in the future. The tag specifies a key-pair generator field in a form. When the form is submitted, two keys are generated, one private and one public. The private key is stored locally, and the public key is sent to the server. The public key could be used to generate a client certificate to authenticate the user in the future.

Which Tag Specifies A Key-pair Generator Field In A Form 2017

Key-pair

Which Tag Specifies A Key-pair Generator Field In A Form Download

Trend.NXT HTML5 Mock Test

  1. HTML5 browsers support which technology?

    • CSS2
    • CSS3
    • CSS1
    • CSS2.5
  2. Which HTML5 form attribute is used to instruct browser automatically complete values based on values that the user has entered before

    • Autoaction
    • Autofocus
    • Autocomplete
    • Autovalidate
  3. Which HTML5 attribute specifies the URL of a file that will process the input control when the form is submitted

    • Formaction
    • Formenctype
    • Formmethod
    • Formvalidate
  4. What is the HTML5 syntax to enable autocomplete feature?

    • <input type = “text” name = “creditcardno” autocomplete = “1”>
    • <input type = “text” name = “creditcardno” autocomplete = “on”>
    • <input type = “text” name = “creditcardno” autocomplete = “true”>
    • <input type = “text” name = “creditcardno” autocomplete = “enable”>
  5. HTML5 attribute that specifies that an input field must be filled out before submitting the form

    • Regular expression
    • Mandatory
    • Validate
    • Required
  6. Correct syntax in HTML5 for designing a telephone number field?

    • <input type = “telephone” name = “telephone”>
    • <input type = “tel” name = “telephone”>
    • <input type = “tele” name = “telephone”>
    • <input type = “phone” name = “telephone”>
  7. In HTML5, ------- tag is not supported?

    • Code
    • <basefont>
    • Base
    • Canvas
  8. Which HTML5 input type allows users to select a date and time with time zone?

    • Datetime
    • Datetime-local
    • Datetime-timezone
    • Datetime-zone
  9. Below is new HTML5 input type

    • Search
    • Block
    • Layout
    • List
  10. Which HTML5 input type allows a user to select a year and week

    • Input type = “yearandweek”
    • Input type = “weekandyear”
    • Input type = “weekyear”
    • Input type = “week”
  11. What type the input field has to be to contain email address

    • Email
    • Datetime-local
    • Datetime
    • Html
  12. How many video formats supported for <video> element

    • 4
    • 2
    • 3
    • 1
  13. How many audio formats supported for <audio> element

    • 4
    • 2
    • 3
    • 1
  14. Track tag

  15. Preload attribute of Audio tag

  16. Which is not semantic

    • <form>
    • <table>
    • <img>
    • <div>
  17. In HTML5, semantic element is used for defining marking or highlighting text?

    • <highlight>
    • <mark>
    • <markup>
    • <marktext>
  18. Which HTML5 element is used to define a caption for <figure> element?

    • <figtext>
    • <figurecaption>
    • <figcaption>
    • <figuretext>
  19. To draw straight lines on canvas, which methods are used?

    • moveTo(x,y) and lineTo(x,y)
    • moveTo(x,y)
    • moveTo(x,y) and strokeText(x,y)
    • lineTo(x,y)
  20. Which element in HTML5 is used to draw graphics?

    • <canvas>
    • <video>
    • <svg>
    • <audio>
  21. Which method in canvas is used to create a rectangle?

    • Rectangle(x,y,width,height)
    • Rect (x,y,width,height)
    • CreateRect (x,y,width,height)
    • CreateRectangle(x,y,width,height)
  22. Transformations in HTML5 are applied using

    • Transform
    • Canvas
    • Geolocation
    • Web Storage
  23. Which tag specifies a key-pair generator field in a form

    • <output>
    • <datalist>
    • <keygen>
    • <input>
  24. Where the keys are stored which has been generated using <keygen> element?

    • Private key is stored locally. public key is sent to the client
    • Private key is stored in server. public key is stored locally
    • Private key is sent to the client. public key is stored locally
    • Private key is stored locally. public key is sent to the server
  25. Use of <embed> tag?

    • Used to embed plugin
    • Used to embed text
    • Used to embed canvas
    • Used to embed JS
  26. Which tag defines a caption for <figure> element?

    • <form>
    • <figure>
    • <figcaption>
    • <output>
  27. Elements which are not supported in HTML5?

    • <font>
    • <q>
    • <menu>
    • <ins>
  28. HTML5 is a cooperation between WWW Consortium and

    • XML
    • XAML
    • HTML
    • WHATWG
  29. Which tag is obsolete and not supported in HTML5?

    • <dd>
    • <br>
    • <b>
    • <big>
  30. Out of following options, which is new element in HTML5?

    • <noframes>
    • <site>
    • <div>
    • <canvas>

Trend.NXT HTML5 Mock Test

Which Tag Specifies A Key-pair Generator Field In A Form Free

  1. HTML5 browsers support which technology?

    • CSS2
    • CSS3
    • CSS1
    • CSS2.5
  2. Which HTML5 form attribute is used to instruct browser automatically complete values based on values that the user has entered before

    • Autoaction
    • Autofocus
    • Autocomplete
    • Autovalidate
  3. Which HTML5 attribute specifies the URL of a file that will process the input control when the form is submitted

    • Formaction
    • Formenctype
    • Formmethod
    • Formvalidate
  4. What is the HTML5 syntax to enable autocomplete feature?

    • <input type = “text” name = “creditcardno” autocomplete = “1”>
    • <input type = “text” name = “creditcardno” autocomplete = “on”>
    • <input type = “text” name = “creditcardno” autocomplete = “true”>
    • <input type = “text” name = “creditcardno” autocomplete = “enable”>
  5. HTML5 attribute that specifies that an input field must be filled out before submitting the form

    • Regular expression
    • Mandatory
    • Validate
    • Required
  6. Correct syntax in HTML5 for designing a telephone number field?

    • <input type = “telephone” name = “telephone”>
    • <input type = “tel” name = “telephone”>
    • <input type = “tele” name = “telephone”>
    • <input type = “phone” name = “telephone”>
  7. In HTML5, ------- tag is not supported?

    • Code
    • <basefont>
    • Base
    • Canvas
  8. Which HTML5 input type allows users to select a date and time with time zone?

    • Datetime
    • Datetime-local
    • Datetime-timezone
    • Datetime-zone
  9. Below is new HTML5 input type

    • Search
    • Block
    • Layout
    • List
  10. Which HTML5 input type allows a user to select a year and week

    • Input type = “yearandweek”
    • Input type = “weekandyear”
    • Input type = “weekyear”
    • Input type = “week”
  11. What type the input field has to be to contain email address

    • Email
    • Datetime-local
    • Datetime
    • Html
  12. How many video formats supported for <video> element

    • 4
    • 2
    • 3
    • 1
  13. How many audio formats supported for <audio> element

    • 4
    • 2
    • 3
    • 1
  14. Track tag

  15. Preload attribute of Audio tag

  16. Which is not semantic

    • <form>
    • <table>
    • <img>
    • <div>
  17. In HTML5, semantic element is used for defining marking or highlighting text?

    • <highlight>
    • <mark>
    • <markup>
    • <marktext>
  18. Which HTML5 element is used to define a caption for <figure> element?

    • <figtext>
    • <figurecaption>
    • <figcaption>
    • <figuretext>
  19. To draw straight lines on canvas, which methods are used?

    • moveTo(x,y) and lineTo(x,y)
    • moveTo(x,y)
    • moveTo(x,y) and strokeText(x,y)
    • lineTo(x,y)
  20. Which element in HTML5 is used to draw graphics?

    • <canvas>
    • <video>
    • <svg>
    • <audio>
  21. Which method in canvas is used to create a rectangle?

    • Rectangle(x,y,width,height)
    • Rect (x,y,width,height)
    • CreateRect (x,y,width,height)
    • CreateRectangle(x,y,width,height)
  22. Transformations in HTML5 are applied using

    • Transform
    • Canvas
    • Geolocation
    • Web Storage
  23. Which tag specifies a key-pair generator field in a form

    • <output>
    • <datalist>
    • <keygen>
    • <input>
  24. Where the keys are stored which has been generated using <keygen> element?

    • Private key is stored locally. public key is sent to the client
    • Private key is stored in server. public key is stored locally
    • Private key is sent to the client. public key is stored locally
    • Private key is stored locally. public key is sent to the server
  25. Use of <embed> tag?

    • Used to embed plugin
    • Used to embed text
    • Used to embed canvas
    • Used to embed JS
  26. Which tag defines a caption for <figure> element?

    • <form>
    • <figure>
    • <figcaption>
    • <output>
  27. Elements which are not supported in HTML5?

    • <font>
    • <q>
    • <menu>
    • <ins>
  28. HTML5 is a cooperation between WWW Consortium and

    • XML
    • XAML
    • HTML
    • WHATWG
  29. Which tag is obsolete and not supported in HTML5?

    • <dd>
    • <br>
    • <b>
    • <big>
  30. Out of following options, which is new element in HTML5?

    • <noframes>
    • <site>
    • <div>
    • <canvas>