--------------------------------------------


1)Not adding closing tag in a container tag will hide the element:

  1. True
  2. False

Correct answer : B

2)If you want to format the following:
i)Hell!! Yeah ii)Lucifer Morning*

  1. format and b tag
  2. Strong and mark tag
  3. Strong and font tag
  4. font tag and mark tag

Correct answer : C

3)what is use to modify the property of an element present in your webpage?

  1. Tags
  2. Colors
  3. Attributes
  4. Format Painter

Correct answer :C

4)To view the source code of a published website we use?

  1. Inspect
  2. view page source
  3. both a and b
  4. Notepad++

Correct answer : C

5)suppose you want to display a HTML file anywhere in your webpage along with the content of the website,which tag will you use?

  1. Framaset tag
  2. Frame and Frameset Tag
  3. iframe tag
  4. div tag

Correct answer : C

6)How will you create a logo only using html5?

  1. table tag,tr tag, td tag,font tag,center tag
  2. table tag, th tag,font tag,center tag
  3. table tag,tr tag, font tag, th tag, center tag,td tag
  4. all of the above

Correct answer : A

7)To create an image hyperlink what will you do?

  1. Put the anchor tag outside the img tag
  2. Put the link tag outside the img tag
  3. Put the src tag outside the img tag
  4. Put the img tag outside the anchor tag

Correct answer : A

8)which of the following is correct?

  1. article tag are use to contain the connected content with respect to webpages.
  2. article tag is use to contain the text independent of the webpage.
  3. section tag is a inline level tag
  4. All are correct

Correct answer : B

9)You can add floating text on your webpage using?

  1. iframe tag
  2. float tag
  3. frameset tag
  4. Marquee tag

Correct answer : D

10)The first line of every html5 file is ?

  1. <html>
  2. <!doctype>
  3. <!doctype html>
  4. <html/>

Correct answer : C

11)which tag will you use to insert comment in your webpage?

  1. <-- -->
  2. <!!--!!>
  3. <!-- -->
  4. <-- --!>

Correct answer : C

12)Mark tag and ins tag are same?

  1. True
  2. False

Correct answer : B

13)what is * in the following code: <frameset rows=”30%,40%,*”>

  1. * is known as asterisk
  2. * is a wild card character
  3. * shows the remaining spaces
  4. *shows all frames

Correct answer : C

14)what will happen if you accidently clicked ctrl+D while coding in Notepad++?

  1. duplicate the line
  2. duplicate the cursor
  3. duplicate the tag only
  4. open a duplicate file

Correct answer : A

15)while learning many time you use style attributes,how the values inside the style attributes are given?

  1. property:value seperated by comma
  2. property;value seperated by colon
  3. property:value seperated by semicolon
  4. property:value seperatd by colon

Correct answer : C

16)cellspacing and cellpadding can be negative in table tag?

  1. True
  2. False

Correct answer : B

17)what will happen if you forgot to close the b tag?

  1. No change out content is safe.
  2. all the content of the webpage will be bold
  3. content after the b tag will be bold
  4. both b and c

Correct answer : C

18)We can use body tag and iframe tag together in our webpage to create sections in our webpage containing another content or webpage?

  1. True
  2. False

Correct answer : A

19)which tag are you going to use if you want to create a favicon icon?

  1. img
  2. link
  3. a
  4. icon

Correct answer : B

20)which attribute we use if we want to use inline css?

  1. inline
  2. style tag
  3. css
  4. style

Correct answer : D

21)which of the following attribute doesn’t take any value?

  1. name
  2. for
  3. required
  4. placeholder

Correct answer : C

22)A website is only made up of HTML?

  1. True
  2. False

Correct answer : B

23)which option will you use if you want to insert “>” symbol in your webpage?

  1. &tl;
  2. &gt;
  3. &lt;
  4. &amp;

Correct answer : B

24)Which of the following option is correct?

  1. image tag will display image along with the heading tag in one line.
  2. Image tag will display image along with the span tag in one line
  3. image tag will display image along with the paragraph tag in one line.
  4. Both b and c

Correct answer : B

25)What will happen if you press Ctrl+H in Notepad++?

  1. Find Dialog Box will open
  2. Replace Dialog Box will open
  3. Hyperlink is inserted
  4. Duplicate cursor created

Correct answer : B

26)To insert the characters not present in your keyboard we use?

  1. Hexcode
  2. RGB code
  3. Entities
  4. #ab;

Correct answer : C

27)HTML was developed in year?

  1. 1990
  2. 1991
  3. 1992
  4. 1993

Correct answer : B

28)Which attribute is used inside frame tag to add any html webpage?

  1. href
  2. src
  3. link
  4. source

Correct answer : B

29)which of the following attribute is use in form to add textbox,radio button,checkbox.

  1. input
  2. type
  3. value
  4. for

Correct answer : B

30)In how many ways can we create a hyperlink?

  1. 2
  2. 1
  3. 3
  4. 4

Correct answer : A

31)what is the meaning of named anchor?

  1. Link to some external webpage
  2. Link within the same webpage
  3. Link to multiple webpage
  4. Both a and c

Correct answer : B

32)How many sizes of headers are available in HTML by default?

  1. 5
  2. 1
  3. 3
  4. 6

Correct answer : D

33)We enclose HTML tags within?

  1. < >
  2. ! !
  3. <!-- -->
  4. <? ?>

Correct answer : A

34)Which of the following is correct about HTML?

  1. HTML Uses user Defined Tags
  2. HTML Uses Tags Defined Within the Language.
  3. Both A and B
  4. None of the above.

Correct answer : B

35)Which of the following is true about HTML attributes?

  1. Are Case Sensitive
  2. Are not Case Sensitive
  3. Are in Uppercase
  4. Are in Lowercase

Correct answer : B

36)Which HTML Tag is used to embed YouTube videos?

  1. Frame
  2. Frameset and Frame
  3. Iframe
  4. Src

Correct answer : C

37)Which of the following is not a value for type attribute for input tag?

  1. day
  2. week
  3. month
  4. time

Correct answer : A

38)Which attribute defines the file-select field?

  1. Ctrl+Shift+V
  2. text
  3. file
  4. select

Correct answer : C

39)Month attribute defines only?

  1. Day and month
  2. Month only
  3. Month and year
  4. Day only

Correct answer : C

40)Which element is used to create multi-line text input?

  1. Textbox
  2. div tag
  3. Textarea
  4. article

Correct answer : C

41)What is the work of controls?

  1. specify the path to an audio file
  2. audio starts playing automatically
  3. Displaying controls to the user
  4. Showing controls images.

Correct answer : C

42)What is the work of src?

  1. audio starts playing automatically
  2. play again after finishing the audio
  3. specify the path to an audio file
  4. insert more than one audio

Correct answer : C

43)To create a web page you need?

  1. Text Editor
  2. Web Browser
  3. Both a and b
  4. Macbook

Correct answer : A

44)Which html tag tells the browser where the page ends and starts?

  1. body
  2. html
  3. head
  4. container tag

Correct answer : B

45)HTML Tags are recognized by?

  1. attributes
  2. content
  3. angular brackets
  4. parenthesis

Correct answer : C

46)which tag will set the background color of your html webpage?

  1. head
  2. bgcolor
  3. style attribute
  4. body

Correct answer : D

47)What will be added by using td tag?

  1. Row
  2. Column
  3. Cell
  4. Steps

Correct answer : C

48)Image list will show a text label if you use?

  1. img tag
  2. alt attribute
  3. src attribute
  4. None of the above

Correct answer : B

49)To start the list at the count of 3 we use?

  1. <ol list=3>
  2. < ol begin=3>
  3. <ol start=3 >
  4. < ol type=3>

Correct answer : C

50)which of the following is the correct way to create internal link?

  1. <a href="#">Link1</a>
  2. <a href="www.google.com">Link2</a>
  3. <a href="id1">Link3</a>
  4. <a href="#id">Link4</a>

Correct answer : D

51)Which of the following is a correct way to write an HTML element?

  1. <element attribute="value">
  2. <element value="attribute">
  3. <element>
  4. <element(attribute="value")>

Correct answer :A

52)How do you create a hyperlink in HTML?

  1. <a src="URL">Link text</a>
  2. <link href="URL">Link text</link>
  3. <a href="URL">Link text</a>
  4. <link src="URL">Link text</link>

Correct answer : C

53)What is the correct HTML element for inserting a line break?

  1. <br>
  2. <lb>
  3. <break>
  4. <linebreak>

Correct answer : A

54)How do you specify the color of text in HTML?

  1. <text color="color">Text</text>
  2. <font color="color">Text</font>
  3. <span color="color">Text</span>
  4. <p color="color">Text</p>

Correct answer : B

55)What is the correct HTML element for creating a table?

  1. <table>
  2. <tab>
  3. <grid>
  4. <list>

Correct answer : A

56)How do you create a table row in HTML?

  1. <tr>
  2. <row>
  3. <td>
  4. <th>

Correct answer : A

57)What is the correct HTML element for creating a table cell?

  1. <td>
  2. <th>
  3. <cell>
  4. <data>

Correct answer : A

58)How do you create a bulleted list in HTML?

  1. <ul>
  2. <ol>
  3. <list>
  4. <dl>

Correct answer : A

59)What is the correct HTML element for creating a list item?

  1. <li>
  2. <item>
  3. <point>
  4. <entry>

Correct answer : A

60)How do you create a dropdown menu in HTML?

  1. <select>
  2. <menu>
  3. <list>
  4. <ul>

Correct answer : A

61)What is the correct HTML element for creating an option in a dropdown menu?

  1. <option>
  2. <item>
  3. <li>
  4. <choice>

Correct answer : A

62)How do you create a form in HTML?

  1. <form>
  2. <input>
  3. <textarea>
  4. <button>

Correct answer : A

63)What is the correct HTML element for creating a text input field?

  1. <textarea>
  2. <input type="text">
  3. <input type="string">
  4. <input type="characters">

Correct answer : B

64)How do you create a password input field in HTML?

  1. <input type="password">
  2. <input type="secret">
  3. <input type="hidden">
  4. <input type="secure">

Correct answer : A

65)<What is the correct HTML element for creating a checkbox?

  1. <checkbox>
  2. <input type="checkbox">
  3. <input type="tick">
  4. <input type="boolean">

Correct answer : B

66)How do you create a definition term in an HTML definition list?

  1. <dl>
  2. <term>
  3. <def>
  4. <description>

Correct answer : A

67)

What is the correct HTML element for creating a definition description in an HTML definition list?

  1. <dd>
  2. <description>
  3. <def>
  4. <term>

Correct answer : A

68)How do you create a blockquote in HTML?

  1. <blockquote>
  2. <quote>
  3. <citation>
  4. <reference>

Correct answer : A

69)What is the correct HTML element for creating an inline code snippet?

  1. <code>
  2. <snippet>
  3. <pre>
  4. <kbd>

Correct answer : A

70)How do you create a preformatted text block in HTML?

  1. <pre>
  2. <code>
  3. <block>
  4. <textarea>

Correct answer : A

71)What is the correct HTML element for creating an abbreviation?

  1. <abbr>
  2. <acronym>
  3. <short>
  4. <abbreviation>

Correct answer : A

72)How do you create a citation in HTML?

  1. <cite>
  2. <reference>
  3. <quote>
  4. <blockquote>

Correct answer : A

73)What is the correct HTML element for creating a time element?

  1. <time>
  2. <date>
  3. <timestamp>
  4. <datetime>

Correct answer : A

74)How do you create a progress bar in HTML?

  1. <progress>
  2. <bar>
  3. <meter>
  4. <gauge>

Correct answer : A