MCQ Sets

  • Mock Ups
    • Computer Operator
      • 73-01
      • 73-02
      • 73-03
      • 73-04
      • 73-05
      • 73-06
    • Assistant Computer Operator
  • Quiz
    • Computer Fundamentals
    • Operating Systems
    • MS Word
    • MS Excel
    • MS PowerPoint
    • MS Access
    • HTML
  • Sets
    • Computer Fundamentals
    • Operating System
    • Microsoft Word
    • MS Excel
    • MS PowerPoint
    • MS Access
    • HTML & Web Page Designing
    • C++
    • Data Structures & Algorithms
  • Read
    • Tips & Articles
    • Fundamentals
    • MS Word
    • DBMS
    • Operating Systems
    • HTML & Web Page Design
  • Videos
  • Ask
    • Ask MCQ Sets
    • Discussion Forum
  • Downloads
  • Old Question Papers

100 MCQ Questions for HTML and Web Page Designing

February 5, 2014 by Suresh Khanal 44 Comments

Here is a collection of 100 HTML MCQ Questions suitable for competitive exams like Computer Operator, Data Entry Operator, Office Admin and so on. 

You can download these questions as PDF file. Please go to the Downloads menu or use the Search box in the site.​ Follow the HTML Tutorial (presented under Read menu) and HTML Quiz is presented for your practice.

Download HTML MCQ Bank PDF file

Show your love!  Share this page!

Share434
Share +192
Tweet0
Share1
Pin1
HTML MCQ Questions

MCQ Questions from HTML


1. A webpage displays a picture. What tag was used to display that picture?
a. picture
b. image
c.img
d. src

2. <b> tag makes the enclosed text bold. What is other tag to make text bold?
a. <strong>
b. <dar>
c. <black>
d. <emp>

3. Tags and text that are not directly displayed on the page are written in _____ section.
a. <html>
b. <head>
c. <title>
d. <body>

4. Which tag inserts a line horizontally on your web page?

a. <hr>
b. <line>
c. <line direction="horizontal">
d. <tr>

5. What should be the first tag in any HTML document?
a. <head>
b. <title>
c. <html>
d. <document>

6. Which tag allows you to add a row in a table?

a. <td> and </td>
b. <cr> and </cr>
c. <th> and </th>
d. <tr> and </tr>

7. How can you make a bulleted list?

a. <list>
b. <nl>
c. <ul>
d. <ol>

8. How can you make a numbered list?

a. <dl>
b. <ol>
c. <list>
d. <ul>

Other HTML Posts

HTML Document Structure MCQ Questions for 2016 CO Exam
Open MCQ Page
HTML Paragraph Formatting MCQ Questions
Open MCQ Page
HTML Paragraph MCQ Questions
Open MCQ Page
HTML Headings MCQ Questions
Open MCQ Page
Tags Attributes And Elements MCQ Questions
Open MCQ Page
Getting Started – HTML MCQ Question for 2016 CO Exam
Open MCQ Page

9. How can you make an e-mail link?
a. <a href=”[email protected] ”>
b. <mail href=”[email protected] ”>
c. <mail>[email protected] </mail>
d. <a href=”mailto:[email protected] ”>

10. What is the correct HTML for making a hyperlink?

a. <a href=”http:// mcqsets.com“>ICT Trends Quiz</a>
b. <a name=”https://mcqsets.com“>ICT Trends Quiz</a>
c. <https://mcqsets.com</a>
d. url=”https://mcqsets.com“>ICT Trends Quiz

11. Choose the correct HTML tag to make a text italic

a. <ii>
b. <italics>
c. <italic>
d. <i>

12. Choose the correct HTML tag to make a text bold?

a. <b>
b. <bold>
c. <bb>
d. <bld>

13. What is the correct HTML for adding a background color?

a. <body color=”yellow”>
b. <body bgcolor=”yellow”>
c. <background>yellow</background>
d. <body background=”yellow”>

14. Choose the correct HTML tag for the smallest size heading?

a. <heading>
b. <h6>
c. <h1>
d. <head>

15. What is the correct HTML tag for inserting a line break?

a. <br>
b. <lb>
c. <break>
d. <newline>

16. What does
vlink attribute mean?
a. visited link
b. virtual link
c. very good link
d. active link

17. Which attribute is used to name an element uniquely?
a. class
b. id
c. dot
d. all of above

18. Which tag creates a check box for a form in HTML?
a. <checkbox>
b. <input type="checkbox">
c. <input=checkbox>
d. <input checkbox>

19. To create a combo box (drop down box) which tag will you use?

a. <select>
b. <list>
c. <input type="dropdown">
d. all of above

20. Which of the following is not a pair tag?

a. <p>
b. < u >
c. <i>
d. <img>

21. To create HTML document you require
a
a. web page editing software
b. High powered computer
c. Just a notepad can be used
d. None of above

22. The special formatting codes in HTML document used to present content
are
a. tags
b. attributes
c. values
d. None of above

23. HTML documents are saved in

a. Special binary format
b. Machine language codes
c. ASCII text
d. None of above

24. Some tags enclose the text. Those tags are known as

a. Couple tags
b. Single tags
c. Double tags
d. Pair tags

25. The _____ character tells browsers to stop tagging the text

a. ?
b. /
c. >
d. %

Q. Can I download the MCQ banks in MCQSets.com?

a. Yes, do a search in mcqsets.com site
b. Yes, some files are offered to download free
c. mcqSets.com has download sections
d. The downloads are available as PDF files

26. In HTML document the tags

a. Should be written in upper case
b. should be written in lower case
c. should be written in propercase
d. can be written in both uppercase or lowercase

27. Marquee is a tag in HTML to

a. mark the list of items to maintaininqueue
b. Mark the text so that it is hidden in browser
c. Display text with scrolling effect
d. None of above

28. There are ____ different of heading tags in HTML

a. 4
b. 5
c. 6
d. 7

29. To create a blank line in your web page

a. press Enter two times
b. press Shift + Enter
c. insert <BR> tag
d. insert <BLINE>

30. Which of the following is not a style tag?

a. <b>
b. <tt>
c. <i>
d. All of above are style tags

31. The way the browser displays the object can be modified by _____

a. attributes
b. parameters
c. modifiers
d. None of above

32. Which of the following HTML code is valid?

a. <font colour="red">
b. <font color="red">
c. <red><font>
d. All of above are style tags

33. Which of the following is an attribute related to font tag?

a. size
b. face
c. color
d. All of above are style tags

34. HTML supports

a. ordered lists
b. unordered lists
c. both type of lists
d. does not support those types

35. What tag is used to list individual items of an ordered list?

a. LI
b. OL
c. UL
d. None of above

36. When should you use path along with file name of picture in IMG tag?

a. path is optional and not necessary
b. when the location of image file andhtml file are different
c. when image file and html file both are on same location
d. path is always necessary when inserting image

37. Which of the following is not a valid alignment attribute?

a. Left
b. Right
c. Top
d. All of above

38. Which attribute is used with
img tag to display the text if image could not load in browser?
a. description
b. name
c. alt
d. id

39. Which attribute can be used with BODY tag to set background color green?

a. background="green"
b. bgcolor="green"
c. vlink="green"
d. None of above

40. Which attribute you’ll use with TD tag to merge two cells horizontally?

a. merge=colspan2
b. rowspan=2
c. colspan=2
d. merge=row2

41. A
webpage displays a picture. What tag was used to display that picture?
a. picture
b.mage
c.img
d. src

42. <b> tag makes the enclosed text bold. What is other tag to make text bold?

a. <strong>
b. <dar>
c. <black>
d. <emp>

43. Tags and test that are not directly displayed on the page are written in _____ section.

a. <html>
b. <head>
c. <title>
d. <body>

44. Which tag inserts a line horizontally on your web page?

a. <hr>
b. <line>
c. <line direction="horizontal">
d. <tr>

45. What should be the first tag in any HTML document?

a. <head>
b. <title>
c. <html>
d. <document>

46. Which tag allows you to add a row in a table?

a. <td> and </td>
b. <cr> and </cr>
c. <th> and </th>
d. <tr> and </tr>

47. How can you make a bulleted list?

a. <list>
b. <nl>
c. <ul>
d. <ol>

48. How can you make a numbered list?

a. <dl>
b. <ol>
c. <list>
d. <ul>

49. How can you make an e-mail link?

a. <a href="[email protected] ">
b. <mail href="[email protected] ">
c. <mail>[email protected] </mail>
d. <a href="mailto:[email protected] ">

50. What is the correct HTML for making a hyperlink?

a. <a href="http://mcqsets.com">MCQ Sets Quiz</a>
b. <a name="http://mcqsets.com">MCQ Sets Quiz</a>
c. <http://mcqsets.com</a>
d. url="http://mcqsets.com">MCQ Sets Quiz

51. Choose the correct HTML tag to make a text italic

a. <ii>
b. <italics>
c. <italic>
d. <i>

Q. Can I download the MCQ banks in MCQSets.com?

a. Yes, do a search in mcqsets.com site
b. Yes, some files are offered to download free
c. mcqSets.com has download sections
d. The downloads are available as PDF files

52. Choose the correct HTML tag to make a text bold?

a. <b>
b. <bold>
c. <bb>
d. <bld>

53. What is the correct HTML for adding a background color?

a. <body color="yellow">
b. <body bgcolor="yellow">
c. <background>yellow</background>
d. <body background="yellow">

54. Choose the correct HTML tag for the smallest size heading?

a. <heading>
b. <h6>
c. <h1>
d. <head>

Visit https://mcqsets.com for more MCQ Banks, answers to the subjective questions, online quiz and much more!

55. What is the correct HTML tag for inserting a line break?

a. <br>
b. <lb>
c. <break>
d. <newline>

56. What does
vlink attribute mean?
a. visited link
b. virtual link
c. very good link
d. active link

57. Which attribute is used to name an element uniquely?

a. class
b. d
c. dot
d. all of above

58. Which tag creates a check box for a form in HTML?

a. <checkbox>
b. <input type="checkbox">
c. <input=checkbox>
d. <input checkbox>

59. To create a combo box (drop down box) which tag will you use?

a. <select>
b. <list>
c. <input type="dropdown">
d. all of above

60. Which of the following is not a pair tag?

a. <p>
b. < u >
c. <i>
d. <img>

61. What is the full form of HTML?

a.Hyper text markup language
b. Hyphenation text markup language
c. Hyphenation test markinglanguage
d.Hyper text marking language

62. What is the full form of HTTP?

a.Hyper text transfer protocol
b.Hyper text transfer package
c. Hyphenation text test program
d. none of the above

63. What is a search engine?

a. a program that searches engines
b. aweb site that searches anything
c. a hardware component
d. a machinery engine that search data

64. What is the full form of TCP/IP?

a. transmission control protocol / internet protocol
b. telephone call protocol / international protocol
c. transport control protocol / internet protocol
d. none of the above

65. HTML document start and end with which tag pairs?

a. <HEAD>….</HEAD>
b. <BODY>….</BODY>
c. <HTML>….</HTML>
d. <WEB>….</WEB>
Visit https://mcqsets.com for more MCQ Banks, answers to the subjective questions, online quiz and much more!

66. Which tag is used to create body text in HTML?

a. <HEAD>
b. <TEXT>
c. <TITLE>
d. <BODY>

67. "Yahoo", "Infoseek" and "Lycos" are _________?

a. Search Engines
b. Browsers
c.News groups
d. None of the above

68. What does the .com domain represents?

a. Education domain
b. Commercial domain
c. Network
d. None of the above

69. In Satellite based communication, VSAT stands for?

a. Very Small Aperture Terminal
b. Varying Size Aperture Terminal
c. Very Small Analog Terminal
d. None of the above

70. Outlook Express is a _________

a. E-Mail Client
b. Browser
c. SearchEngine
d. None of the above

71. <TITLE> … </TITLE> tag must be within ________

a. Title
b. Form
c. Header
d. Body

72. Text within <EM> … </EM> tag is displayed as ________

a. bold
b. italic
c. list
d. indented

73. Text within <STRONG> … </STRONG> tag is displayed as ________

a. bold
b. italic
c. list
d. indented

74. <UL> … </UL> tag is used to ________

a. display the numbered list
b. underline the text
c. display the bulleted list
d. bold the text

75. Which tag is used to display the numbered list?

a. <OL></OL>
b. <DL></DL>
c. <UL></UL>
d. <LI></LI>

76. Which tag is used to display the large font size?

a. <LARGE></LARGE>
b. <BIG></BIG>
c. < SIZE ></SIZE>
d. <FONT></FONT>

77. <SCRIPT> … </SCRIPT> tag can be placed within ________

a. Header
b. Body
c. both A and B
d. none of the above

78. using <P> tag will

a. start a new paragraph
b. break the line
c. end the current paragraph
d. none of the above

79. <TD> … </TD> tag is used for ________

a. Table heading
b. Table Records
c. Table row
d. none of the above

80. Which is true to change the text color to red?

a. <BODY BGCOLOR=RED>
b. <BODY TEXT=RED>
c. <BODY COLOR=RED>
d. none of the above

81. With regards to e-mail addresses:

a. hey must always contain an @ symbol
b. hey can never contain spaces
c. they are case-insensitive
d. all of the above

82. A homepage is __________

a. an index of encyclopedia articles
b. where all Internet data is stored
c. required for access to the Internet
d. the first page of a website

83. Which of the following is used to explore the Internet?

a. Browser
b. Spreadsheet
c. Clipboard
d. Draw

Q. You can use mcqSets.com for

a. Online quiz
c. Downloads

84. What is Internet Explorer?

a. An Icon
b. A File Manager
c. A Browser
d. The Internet

85. What do I need to get onto the Internet?

a. Computer
b. Modem
c. Browser
d. All of the above

86. What is an ISP?

a.nternet System Protocol
b.nternal System Program
c. Internet Service Provider
d. None of the above

87. Which of the following is valid IP address?

a. 984.12.787.76
b. 192.168.321.10
c. 1.888.234.3456
d. 192.168.56.115

88. Which is not a domain name extension

a. mil
b. org
c. .int
d. .com

89. What is a FTP program used for?

a. Transfer files to and from an Internet Server
b. Designing a website
c. Connecting to the internet
d. None of the above

90. Which of the following are commonly found on web pages?

a.nternet
b. hyperlinks
c. intranet
d. all of the above

91. What is the correct syntax in HTML for creating a link on a webpage?

a. <LINK SRC= "mcqsets.html">
b. <BODY LINK = "mcqsets.html">
c. <A SRC = "mcqsets.html" >
d. < A HREF = "mcqsets.html">

92. Which of the following is an attribute of <Table> tag?

a. SRC
b. LINK
c. CELLPADDING
d. BOLD

93. Choose the correct HTML tag to make the text bold?

a. <B>
b. <BOLD>
c. <STRONG>
d. Both A) and C)

94. Which HTML tag would be used to display power in expression (A+B)2 ?

a. <SUP>
b. <SUB>
c. <B>
d. <P>

Q. You can use mcqSets.com for

a. Online quiz
b. MCQ Banks
c. Downloads
d. Subjective Questions & answers
Visit https://mcqsets.com

95. Choose the correct HTML code to create an email link?

a. <A HREF = "[email protected] "></A>
b. <A HREF = "mailto:suresh@mcqsets.com"></A>
c. <MAIL>[email protected] </MAIL>
d. MAILHREF = "[email protected] ">

96. Choose the correct HTML tag for the largest heading?

a. <H1>
b. <H6>
c. <H10>
d. <HEAD>

97. Output of XML document can be viewed in
a
a. Word Processor
b. Web browser
c. Notepad
d. None of the above

98. What is the correct way of describing XML data?

a. XML uses a DTD to describe data
b. XML uses a description node to describe data
c. XML uses XSL to describe the data
d. XML uses a validator to describe the data

99. Comments in XML document is given by:

a. <?-- _ _-->
b. <!_ _ _ _!>
c. <!_ _ _ _>
d. </_ _ _ _>

100. Which statement is true?

a. An XML document can have one root element
b. An XML document can have one child element
c. XML elements have to be in lowercase
d. All of the above

Other HTML MCQ Questions Sets:

  • 101 to 194 HTML MCQ Questions
  • HTML Getting Started MCQ Questions
  • Tags, Attributes & Elements MCQ Questions
  • HTML Headings MCQ Questions
  • HTML Paragraphs MCQ Questions
  • Paragraph Formatting MCQ Questions
  • HTML Document Structure MCQ Questions

Correct Answers of HTML MCQ Questions

Q.No-Correct Answer

1 - c 2 - a 3 - b 4 - a 5 - c 6 - d 7 - c 8 - b 9 - d 10 - a
11 - d 12 - a 13 - b 14 - b 15 - a 16 - a 17 - b 18 - b 19 - a 20 - d
21 - c 22 - a 23 - c 24 - d 25 - b 26 - d 27 - c 28 - c 29 - c 30 - d
31 - a 32 - b 33 - d 34 - c 35 - a 36 - b 37 - c 38 - c 39 - b 40 - c
41 - c 42 - a 43 - b 44 - a 45 - c 46 - d 47 - c 48 - b 49 - d 50 - a
51 - d 52 - a 53 - b 54 - b 55 - a 56 - a 57 - b 58 - b 59 - a 60 - d
61 - a 62 - a 63 - b 64 - a 65 - c 66 - d 67 - a 68 - b 69 - a 70 - a
71 - c 72 - b 73 - a 74 - c 75 - a 76 - b 77 - c 78 - a 79 - b 80 - b
81 - d 82 - d 83 - a 84 - c 85 - d 86 - c 87 - d 88 - c 89 - a 90 - b
91 - d 92 - c 93 - d 94 - a 95 - b 96 - a 97 - b 98 - c 99 - c 100 - a

Visit next set of solved HTML MCQ Questions (101 to 194)

Filed Under: HTML & Web Page Designing Tagged With: css mcq questions with answers, css mcq questions with answers pdf, html, html exam questions and answers pdf, html objective questions and answers doc, html practical questions, html questions and answers pdf, html quiz questions and answers pdf, html test questions and answers, mcq questions, multiple choice questions, web page designing, web technology mcq questions and answers pdf

101 to 194 MCQ Questions for HTML and Web Page Designing →

Comments

  1. dipak says

    September 23, 2014 at 3:02 pm

    Pls send me Answers of HTML MCQ

    Thank you

    Reply
    • MCQ Sets says

      November 2, 2014 at 6:17 pm

      Hey Dipak, the answers are there in the page itself!

      Reply
  2. shanto says

    April 7, 2015 at 1:27 pm

    This Very nice…I like it

    Reply
  3. Manoj Padhyar says

    October 27, 2015 at 6:06 pm

    thanks. It’s very useful.. but many questions are repeated.

    Reply
    • MCQ Sets says

      October 28, 2015 at 6:17 pm

      I tried to collect and present them in a hurry. Will need to give a second look and edit accordingly. Thanks. Glad to know they’re useful 🙂

      Reply
  4. Abhitesh Kumar Singh says

    December 13, 2015 at 12:27 pm

    hey u have done a great job sir
    i need ur Help
    my exam hi coming in next month
    will u help my
    to sending me link of pdf of MCQ of
    .net. ,asp.net, html,,,, and software engineering

    plz send me pdf link of above subjects in MCQ
    in my gmail account
    it will help me alot

    thank u very much sir..
    i will wait….
    Abhitesh

    Reply
    • Suresh Khanal says

      December 20, 2015 at 4:50 pm

      Abhitesh,

      This is my honest attempt to assist the candidates of computer jobs exam. Please download the PDF files from MCQ Sets menu at the top. We don’t have all the topics you mentioned because I was more focused to complete the topics required for Computer Operator and Data Entry Supervisor. Will proceed towards your direction gradually.

      Reply
  5. simelanesifiso says

    December 19, 2015 at 3:07 am

    this is so much helpful. I like it. but please help me on how to use my email address if I want to access this information. just the steps, from where to start till I get access to this.

    Reply
    • Suresh Khanal says

      December 20, 2015 at 4:46 pm

      Hi,

      Glad you liked the contents presented here. We have MCQ Quiz and MCQ Sets on the menu. The first one is to attempt online while the MCQ Sets will allow you to download PDF files of those questions that are in MCQ Quiz.

      Hope this helps?

      Reply
  6. sushri shri satyabrata samal says

    January 3, 2016 at 7:30 am

    Nice Qus for any student other Web designer

    Reply
  7. Sapna Ajmera says

    January 25, 2016 at 9:53 pm

    is answer of ques 13 ryt??

    Reply
    • Suresh Khanal says

      January 26, 2016 at 11:02 am

      Why? Do you think any other is better suitable?

      Reply
  8. CHIRAG says

    February 6, 2016 at 2:07 pm

    CORRECT ANSWER of Q. 37 must be (c)
    but its given (d)

    Reply
    • Suresh Khanal says

      February 7, 2016 at 10:27 am

      Yes, you caught the mistake. Updated.

      Reply
  9. Arsalan says

    February 7, 2016 at 4:30 pm

    I want to give a test of these question , is it possible ? if it is ,then tell me the process please !

    Reply
    • Suresh Khanal says

      February 7, 2016 at 9:43 pm

      You can take test by visiting MCQ Quiz menu and then choose HTML. You can take test and refresh the page when you review the correct answers. Refreshing page will cause the new questions appear on the test.

      Following is the direct link to the page:
      https://mcqsets.com/html/html-mcq-quiz-questions/

      Reply
  10. fahad user says

    February 7, 2016 at 10:37 pm

    very different and helpful mcqs nice work dude.

    Reply
    • Suresh Khanal says

      February 8, 2016 at 8:30 am

      Thanks Fahad

      Reply
  11. Pankaj thakur says

    February 8, 2016 at 4:12 pm

    very useful information in these questions thanks can you gave very difficult question to my gmail account

    Reply
    • Suresh Khanal says

      February 9, 2016 at 6:53 am

      Pankaj,

      Are you following the HTML Preparation Sessions? They have more MCQ Questions for HTML. Hope they are useful to you.

      Reply
  12. Deepak chauriya pondi kawardha cg says

    February 11, 2016 at 9:46 am

    Very nice web.

    Reply
  13. Supreet Mohapatra says

    February 26, 2016 at 5:17 pm

    In question 57, the (b) option will be “id” not “d”.

    Reply
  14. cia says

    May 13, 2016 at 2:17 pm

    i think 30 answer is wrong right answer is

    Reply
  15. Mahabub says

    June 16, 2016 at 1:35 pm

    Nice ! Useful ! Easy learning!

    Reply
  16. jagjit says

    August 6, 2016 at 5:18 pm

    Please send me mcq of computer exam

    Reply
  17. Syed Viqar Ahmad Naqvi says

    August 7, 2016 at 8:46 am

    Very useful information in these questions

    Reply
  18. parag mahajan says

    August 23, 2016 at 3:50 pm

    it is very used full….thanks…

    Reply
  19. fifa 17 cd key says

    August 28, 2016 at 1:10 pm

    To me, this is my favorite element.

    Reply
  20. vivek says

    October 4, 2016 at 9:03 am

    thanks alot very helpful to me

    Reply
  21. dulal says

    October 12, 2016 at 6:28 pm

    How to take it by download

    Reply
    • Suresh Khanal says

      October 14, 2016 at 9:00 am

      Dulal, Please visit Download sections and look for the PDF file there.

      Reply
  22. Nikhil says

    November 11, 2016 at 10:02 pm

    informative questions for beginners

    Reply
  23. Gabriel says

    December 7, 2016 at 2:36 pm

    is very powerful. I like it and it teaches me a lot. congratulations.

    Reply
  24. Suneel Kumar says

    December 8, 2016 at 4:12 pm

    I want to pdf file of this HTML and web design question

    Reply
    • Suresh Khanal says

      December 10, 2016 at 7:36 am

      Suneel, Go to the Downloads menu, there’s PDF files for each of these sets.

      Reply
      • sumit saini says

        May 7, 2017 at 10:25 am

        Sir i am preparing for UP POLICE COMPUTER OPERATER SIR PLS PROVID ME NOTES ….

        MY EMAIL IS
        [email protected]

        Reply
        • Suresh Khanal says

          May 8, 2017 at 8:43 pm

          Sumit, simply visit Downloads menu and download the files you need.

          Reply
  25. Mohamed says

    February 21, 2017 at 9:05 am

    Are the answers there coz it’s written that there are no-correct answers so what are the correct answers

    Reply
  26. Bishal says

    March 8, 2017 at 3:01 pm

    many many thanks sir… these MCQs are really very helpful…

    Reply
  27. Waseem Ahmad Chishti says

    March 26, 2017 at 2:45 am

    95 mcq a is correct or b?

    Reply
  28. sreyash_dude says

    May 31, 2017 at 9:34 pm

    The answer to question 100 is wrong
    Both options A and C are right.

    Reply
    • Suresh Khanal says

      June 2, 2017 at 7:50 am

      Sreyash,
      Using lower case is common writing practice, but it is not a rule or mandatory. It is better for readability. Because option D is all of above and option B is not true statement. You must choose option A as coorect answer.

      Reply
  29. Rudraksh says

    June 4, 2017 at 2:13 pm

    What should be the first tag in any HTML document

    Reply
    • Suresh Khanal says

      June 4, 2017 at 7:12 pm

      Obviously is the first tag in any html document. There may come other commands before

      but they are not tags. Hope it helps.

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

User manuals http://manymanuals.com

Published MCQs for:

  • Computer Fundamentals
  • Operating Systems (Basics)
  • Word Processing (MS Word)
  • Spread Sheet (MS Excel)
  • Presentation (MS PowerPoint)
  • DBMS (MS Access)
  • Webpage Designing (HTML)
  • C++ Programming Language
  • Data Structures & Algorithms

Reading Materials for:

Fundamentals of Computers
► Syllabus of Computer Fundamentals
► Introduction to Computer Fundamentals
► History of Computers
► Computer Generations
► Classification of Computers
► Computer System
► Computer Hardware Concept
► Computer Software Concept
► Computer Networking
► Number System

Recent Posts

  • Which of the following is not an operating system?
  • Computer Networks MCQ Questions and Answers with PDF Download
  • Online Quiz MS PowerPoint
  • Solved Question Paper of PSC for NARC 2074-2-18
  • Computer Basics – Solved Question Paper of MPA 2017 (Spring) – Purbanchal University (PU)

MCQ Sets

  • Home
  • About Us
  • Contact Us
  • Privacy Policy
  • User Testimonials
  • Help MCQ Sets Grow More!
  • RSS Feeds
  • Sitemap

Recent Comments

  • Suresh Khanal on Microsoft Excel MCQ Questions – The First 100 MCQs
  • Suresh Khanal on Online MCQ Quiz for Fundamentals of Computers
  • Puspamunjali on Online MCQ Quiz for Fundamentals of Computers
  • emma on MCQ Sets Downloads
  • Solved C++ MCQs Set 03 » MCQ Sets on Solved C++ MCQs Set 01