HTML quiz questions

HTML interview questions

  • 1.

    Select the correct HTML tag to make a text italic?

    1. II

    2. Italic

    3. I

    4. It

    5. None

    Answer
  • 2.

    Select the option to make a list that lists the items with bullets?

    1. None

    2. Ol

    3. Dl

    4. Ul

    5. List

    Answer
  • 3.

    Select the correct HTML for creating a hyperlink?

    1. A>http://www.techbeamers.com

    2. A url="http://www.techbeamers.com">techbeamers.com

    3. <A href="http://www.techbeamers.com">techbeamers</A>

    4. A name="http://www.techbeamers.com">techbeamers.com

    5. None

    Answer
  • 4.

    Select the appropriate HTML tag for inserting a line break?

    1. lb

    2. brbr

    3. break

    4. br

    5. None

    Answer
  • 5.

    Select the option to make a list that lists the items with numbers?

    1. H1

    2. Heading

    3. H6

    4. Head

    5. None

    Answer
  • 6.

    Select the option to make a list that lists the items with numbers?

    1. Ul

    2. Dl

    3. None

    4. Ol

    5. List

    Answer
  • 7.

    Select the correct option to open a link in a new browser window?

    1. A href="url" target="_blank"

    2. A href="url" new

    3. A href="url" target=_window"

    4. None

    5. A href="url" target="new"

    Answer
  • 8.

    Select the correct option to create an e-mail link?

    1. Mail>[email protected]/mail

    2. Mail href="[email protected]"

    3. None

    4. A href="[email protected]"

    5. A href=mailto:[email protected]

    Answer
  • 9.

    Select the correct HTML tag to make a text bold.

    1. b

    2. bold

    3. bb

    4. bo

    5. None

    Answer
  • 10.

    What does target="_blank" attribute do?

    1. opening new document

    2.   selecting previous document

    3. deleting frame

    4. none of these

    Answer
  • 11.

    _________ Function displays the latitude or Longitude in geoLocation in HTML5.

    1. showLocation()

    2.   showPosition()

    3. both a and b

    4. showStatus()

    Answer
  • 12.

    <output> element represent?

    1. Authenticate the user

    2.   result of a calculation

    3. pre-defines value

    4. none of these

    Answer
  • 13.

    Attributes consist of a name and a value separated by ________ sign ?

    1. “ ”

    2.   ,

    3. =

    4. ;

    Answer
  • 14.

    terminate() method in HTML5 is used for ____________.

    1. terminate everything

    2.   terminate all method

    3. terminate a web worker

    4. terminate program

    Answer
  • 15.

    Height attribute specifies the height of which frame?

    1. iframe

    2.   jframe

    3. inline frame

    4. outline frame

    Answer
  • 16.

    Where does web worker(s) script run?

    1. in forground

    2.   in background

    3. both a and b

    4. can’t determinte

    Answer
  • 17.

    What does View Source do?

    1.  

      Nothing

    2.  

      Brings up a note pad with the HTML code already used for the site

    3. Opens a new website

    Answer
  • 18.

    What is always a welcome page, and explains the purpose or topic of the site?

    1.  

      Page 4

    2.  

      Homepage

    3. Table of contents

    Answer
  • 19.

    What does < a  h r e f = ”h t t p : / / w w w . g o o g l e . c o m“  t i t l e = ” L i n k  t o   G o o g l e  ” t a r g e t = ” _  b l a n k  ” > G o o g l e  < / a > do?

    1.  

      Adds a link to google on the page

    2. Adds a search engine to the page

    3. Nothing

    Answer
  • 20.

    Where do all items for the same web site need to be saved?

    1. In the same folder

    2. Where ever is fine

    3. In different folders

    Answer

© 2017 QuizBucket.org