Web Technology 99+ Most Important MCQ (Multi choice question) | Web Technology Most Important Solved [MCQs]
This Blog cover all possible Multi Choice Question from topic java, CSS, HTML, Java Script, etc.
Total amount of question covers in This MCQ series is 100. They cover all the important aspect related to that topic provided below.
If you want the Hard copy of [MCQs] or web technology MCQ questions and answers [PDF] then u can comment in the comment session. The Question is prepared after putting lot of effort so instead of copy it please share the Link so that we can able to take Benefit of our effort.
Q1. Website is huge collection of ___________ which are linked to each other around.
a) Web pages
b) HTML
c) CSS
d) None of the above
Sol. Web Pages
Website is the Collection of Webpages
CSS is Cascade Style sheet it is used for designing
HTML is the Hyper Text Mark up language which is used for developing web page or to provide structure to web pages
Q2. Who is the father of world wide web
a) Johan T. Thomson
b) Dinis Ritchie
c) Tim Berners Lee
d) None of the above
Sol. Tim Berners Lee
Dinis Ritchie is the American Scientist who created the C Programming Language
Q3. __________ is the set of rules that is used by application communicate with each other
a) HTML
b) Website
c) Protocol
d) XML
Sol. Protocol
Protocol are the set of rule used by application to communicate with each other
XML is extensible Markup Language which is used for storing and transferring of data.
Q4.______________ is the primary protocol used to distribute information on the web
a) TCP/IP
b) FTP
c) HTTP
d) Telnet
Sol. HTTP
TCP/IP is a protocol which is responsible for end to end delivery of data
FTP is a file transfer protocol which we have to following to transfer a file from one system to another.
Telnet, developed in 1969, is a protocol that provides a command line interface for communication with a remote device or server.
Q5. The term HTTP stands for
a) Hyper terminal tracing program
b) Hypertext tracing protocol
c) Hypertext transfer protocol
d) Hypertext transfer program
Sol. Hypertext transfer protocol
Q6. Which of the following are categories of Website
a) Corporates website
b) Individual Website
c) Both a and b
d) None of the above
Sol. Both a and b
Q7. HTTP is
a) Stateless
b) State full
c) Both A and B
d) None of the above
Sol. Stateless
HTTP is state less that why we make use of session or cookies in order to maintain the state of user.
Q8. how many type of web team are there
a) two
b) three
c) one
d) four
Sol. two
there are basically two type of teams
1.Server side: they the person hire by company to develop website.
2.Client side: they are also part of company who all the website to gather.
Q9.___________ creates the look and feel of the site
a) Creative leader
b) Programmer
c) Analyst
d) Designer
Sol. Designer
Q10 ________ design sounds for the website
a) Sound engineer
b) Audio engineer
c) video engineer
d) 3-D modeler
Sol. Audio Engineer
Q11 Which of the following is not cyberlaw?
a) Data Protection and Privacy Law
b) Telecommunication law
c) Computer Crime law
d) none
Sol. None
Q12 Which of the following are key elements for web design
a) Content
b) Its Organization
c) Intelligent use of Graphics
d) All of the above
Sol. All of the above
Q13 Which of following is used to convert ordinary text into Hyper text
a) XML
b) HTML
c) JavaScript
d) HTTP
Sol. HTML
Q14 Html consist of pair of <HEAD> and </HEAD> tag to identify
a) Header
b) Body
c) Footer
d) None of the above
Sol. Header
Web document is consist of three section according to HTML structure header, body, and footer
In header section we generally place invisible content like CSS, JavaScript, Meta tags
Body section is the main section of the structure which contain visible content like image, video, text etc.
Footer is the lower portion of the structure which basically include contact form social media links etc
Q15 Which one of the following tag is the empty tag that simple inset a line break
a)<BR>
b) <HR>
c) Break
d) p
Sol. <BR>
BR stand for Break row.
Empty tag is the tag which has opening but not closing
Q16 Hexa decimal code for Red color is
a) #FF0000
b) #00FF00
c) #0000FF
d) #00FFFF
Sol. #FF0000
Q17 Which tag is used to apply alignment and Style to particular section of page
a) <p>
b) <List>
c) <Div>
d) None of the above
Sol. <Div>
Q18 Which Tag define the Sequential number lists of item
a)<PL>
b)<OL>
c)<UL>
d)<list>
Sol. OL
Q19 Which tag is used to provide space between the content and inside of the cell
a) Cell Spacing
b) Cell Padding
c) Col-spam
d) Row-span
Sol. Cell Padding
Q20 which of the following attribute is used to set the background color of any row
a) Row Color
b) BG Color
c) Background
d) None of the above
Sol. BG Color
Q21 Which of the following tag is used to add title to table
a) <title>
b) <HEAD>
c) <Caption>
d) None of the above
Sol. <Caption>
Caption tag is used to add caption in the table.
Q22 Which of the following is correct sequence of HTML Structure in a webpage-
a) Head, Title, HTML, body
b) HTML, Body, Title, Head
c) HTML, Head, Title, Body
d) HTML, Head, Title, Body
Sol. HTML, Head, Title, Body
Explanation:
The correct sequence of HTML Structure include html, head, title, and body.
Q23. Which of the following tag is used to making the text bold
a) <a>
b) <p>
c) <b>
d) <br>
Sol. < b>
<a> is the anchor tag it is used for hyper linking
<p> is the para tag it is used to make para in running content
<br> is for breaking row
<b> tag is used to make text bold
Q24. Which of the following is used to add image in the webpage
a) <images>
b)<img>
c) <src>
d) None of the above
Sol. <img>
there is no tag like <image> and <src>. here src is one of the attribute of img tag to indicate the location of image.
Q25. Which of the following tag is used for inserting the Smallest heading in HTML?
a) <h3>
b) <h1>
c) <h5>
d) <h6>
Sol. <h6>
Q26 Which of the following character is used in a Closing Tag
a) <
b) ~
c) /
d) ?
Sol. /
Q27 How to create a hyperlink in HTML?
a) <a href = "www.jobsaarnee.com">Job Saarnee </a>
b) <a url = "www.jobsaarnee.com" Job Saarnee/a>
c) <a link = "www.jobsaarnee.com"> Job Saarnee </a>
d) <a> www.jobsaarnee.com <Job Saarnee /a>
Sol. a) <a href = "www.jobsaarnee.com">Job Saarnee </a>
Q28 Which of the following element is used to making the text italic in style?
a) <i>
b) <italic>
c) <it>
d) <pre>
Sol. a) <i>
Q29 What is the extension you are going to use for HTML file
a) .html
b) .htm
c) Both a and b
d) None of the above
Sol. c) Both a and b
Q30 Which of the following is correct element to define important text
a) <b>
b) <strong>
c) <important>
d) <i>
Sol. strong
Q31 What beginning tag we can able to use in order to center the particular word
a) center
b) <center>
c) <//center>
d) <center/>
Sol. b) <center>
Q32 Which of the following is correct element to define emphasized text
a) <em>
b) <i>
c) <italic>
d) <important>
Sol. <emp>
Q33 What does the wav indicate in the following statement
<embed src="file.wav" autostart=false hidden=false>
a) video file
b) sound file
c) picture file
d) animation file
Sol. b) sound file
Q34 How can you open a link in a new tab/browser window?
a) <a href="www.jobsaarnee" target ="new">
b) <a href="www.jobsaarnee" new>
c) <a href="www.jobsaarnee" target ="_blank">
d) None of the above
Sol. c) <a href="www.jobsaarnee" target ="_blank">
Q35 What are the two tag you must included in the starting of any web page
a) <html> and <body>
b) html tags </html> and body tags </body>
c) both a and b
d) none of the above
Sol. a) <html> and <body>
Q36 How can you make a bulleted list?
a) <dl>
b) <ul>
c) <list>
d) <ol>
Sol. b) <ul>
Q37 What is correct HTML tag for inserting an image in html
a) <img href="pic.jpg">
b) <img src="pic.jpg">
c) <image> pic.jpg </image>
d) <img sre="pic.jpg">
Sol. b) <img src="pic.jpg">
Q38 What is the correct HTML for making a checkbox?
a) <input type="checkbox">
b) <input type="check">
c) <check>
d) <checkbox>
Sol. a) <input type="checkbox">
Q39 What is the Range of Heading available in HTML
a) h1 to h10
b) h1 to h6
c) h1 to h3
d) h1 to h8
Sol. h1 to h6
Q40 Which of the following is used to make a text input field
a) <textinput type="text">
b) <input type="textfield">
c) <textfield>
d) <input type="text">
Sol. d) <input type="text">
Q41 Which of the following is used to make dropdown list
a) <select>
b) <list>
c) <input type="list">
d) <input type="dropdown">
Sol. a) <select>
Q42 Which of the following is used for creating a text area
a) <textarea>
b) <input type="textbox">
c) <input type="textarea">
d) <input type="area">
Sol. c) <input type="textarea">
Q43.Which of the following is not an example browser ?
a) Microsofts Bing
b) Netscape Navigator
c) Mozilla Firefox
d) Opera
Sol. a) Microsofts Bing
Q44. <input> is -
a) a format tag.
b) an empty tag.
c) Both a and b
d) None of the above
Sol. b) an empty tag.
because empty tag is the tag which no have any content or no child node
Q45. Which of the following tag is used to add rows in the table?
a) <td> and </td>
b) <th> and </th>
c) <tr> and </tr>
d) None of the above
Sol. c) <tr> and </tr>
Q46. Which of the following HTML tag is used to display the text with scrolling effect?
a) <scroll>
b) <marquee>
c) <div>
d) None of the above
Sol. b) <marquee>
Q47 Which of the following HTML tag is the special formatting tag?
a) <pre>
b) <b>
c) <p>
d) None of the above
Sol. (c) <pre>
Explanation: The HTML <pre> tag is used to specify pre-formatted texts. Texts within <pre>…</pre> tag is displayed in a fixed-width font. Usually, it is displayed in courier font. It maintains both line break space.
Q48 Which of the following is the correct way to send mail in HTML?
a) <a href = "xy@y">
b) <a href = "mailto: xy@y">
c) <mail xy@y</mail>
d) None of the above
Sol. b) <a href = "mailto: xy@y">
Q49 How to insert a background image in HTML?
a) <img background = "img.png">
b) <bg-image = "img.png">
c) <body background = "img.png">
d) None of the above
Sol. c) <body background = "img.png">
Q50 Which of the following is the root element of the HTML document?
a) <body>
b) <head>
c) <title>
d) <html>
Sol. d) <html>
Q51 In HTML5, which of the following tag is used to initialize the document type?
a) <Doctype HTML>
b) <\Doctype html>
c) <Doctype>
d) <!DOCTYPE html>
Sol. d) <!DOCTYPE html>
___________________________________________________
MCQ Related to CSS
Q52 Which of the following is the collection of formatting styles
a) HTML
b) DHTML
c) JavaScript
d) Stylesheet
Sol. d) Stylesheet
Explanation:
Style sheet is a mean of providing style to the elements present in the HTML
there are three way to apply CSS or style on HTML elements
1. Using Inline CSS
2. Using Embedded CSS
3. Using External CSS
Q53. which of the following is used to "select or identifies to which element corresponding rule is going to be applied"
a) Selector
b) Declaration
c) Style
d) None of the above
Sol. Selector
Explanation : Selector is mean to identify on which element, we have apply style
there are following type of selector
- universal selector
- name selector
- id selector
- class selector
Don't Forgot visit Related Post
Web Technology 99+ Top Most Important MCQ
Web Technology 99+ Top Most Important MCQ | Web Technology Most Important Solved MCQ Part 2
WEB TECHNOLOGY MCQ - Multiple Choice Questions
and Answers on topic related to Web Technology Given below
some important MCQ questions on WEB TECHNOLOGY (Objective type, Multiple Choice)
Question and Answer, from where you can sharpen your knowledge on WEB
TECHNOLOGY. There are some questions on Java, JavaScript, CSS, JSP, Java servlet, Java Beans. This online WEB TECHNOLOGY test will
introduce you to some advanced aspect of WEB TECHNOLOGY related code. As a whole these questions on WEB TECHNOLOGY will improve your understanding of the subject. Cascading Style Sheets, that is used with HTML code to design an interesting
webpage. WEB TECHNOLOGY lets us control the
look and feel of a web page. If you attempt all questions, you
will definitely learn how to use Web Technology with some new
aspect of WEB TECHNOLOGY. It will be helpful if
you practice these concept of WEB TECHNOLOGY practically then it will prepare you for online Web
Technology MCQ aptitude test of job interview, written test as
well as practical tests.
Here you will find a list of common important questions on Web Technology in MCQ quiz style with answer for competitive exams and interviews. These frequently asked sample questions on WEB TECHNOLOGY are given with correct choice of answer that you can check instantly. Presently we have added total 100 questions on Web Technology for you to practice rest will present in the second part. We will keep adding more questions and provide this question bank in PDF format, so that you can download them instantly in E-book style.
Kindly provide us the pdf of these MCq's
ReplyDeleteI admit, I have not been on this web page in a long time... however it was another joy to see It is such an important topic and ignored by so many, even professionals. I thank you to help making people more aware of possible issues. Denver Web Design
ReplyDeleteYou have outdone yourself this time. It is probably the best, most short step by step guide that I have ever seen. nigerians travel abroad
ReplyDeleteRobots can improve on any cycle. They can attempt any activity without relying upon anything. They have a considerable rundown of utilizations where they can help mankind. images of the light source projected onto the surfaces of objects
ReplyDeleteFirst of all. You can't patent a thought since you trust you are the primary individual to think of it. A patent is there to ensure an 'creation', not just a thought. At the point when you apply for a patent what you are doing is indicating, through text and drawings, how your creation works.robot localization
ReplyDeleteThanks for your insight for your fantastic posting. I’m exhilarated I have taken the time to see this. It is not enough; I will visit your site every day. React.Js Freelancer
ReplyDeleteAfter reading your article I was amazed. I know that you explain it very well. And I hope that other readers will also experience how I feel after reading your article. servicio de diseño web en veracruz
ReplyDeleteProfit primarily prime quality items -- you can understand them all within: seo service
ReplyDeleteOnline purchase transactions have gone through the roof in The United Arab Emirates and the entire GCC region, as there's an array of merchants, who are now utilizing eCommerce softwares, such as Shopify. brainbi
ReplyDeleteAt the point when your web content is internet searcher advanced, then, at that point, you can be certain that you will be found effectively by clients and your positioning will go higher working on your profits all the while. webagenturessen.de
ReplyDeleteThis is such a great resource that you are providing and you give it away for free. I love seeing blog that understand the value of providing a quality resource for free. Cheap web design
ReplyDeleteDuring this site, you will see this shape, I irritably propose you come out as OK with this evaluation. dark0de
ReplyDeleteFor the current condition you will begin it is monster, it's beginning and end nearby's a site page a strong focal site: dark0de market url
ReplyDeleteI propose perseveringly tangling close by frustrating data, correspondingly imagine it: dark0de market url
ReplyDeleteThanks for an interesting blog. What else may I get that sort of info written in such a perfect approach? I have an undertaking that I am just now operating on, and I have been on the lookout for such info. Method Ik Zentrum
ReplyDeleteOr then again will it be only an essential format web design that 100's or even 1,000's of individuals as of now have across the Internet. MavericksMedia
ReplyDeleteSo lot to occur over your amazing blog. Your blog procures me a fantastic transaction of enjoyable.. Salubrious lot beside the scene. zalo web
ReplyDeleteGood web design services will understand that not every user has perfect eye sight, and truly professional web site design will let the viewer change his or her version of the site to be easily readable. The designer's vision should never take priority over the functionality of the site, after all - make sure that everyone visiting your site will be able to get what they came for out of the experience. Web Design Company Toronto
ReplyDeleteThank you so much for the post you do. I like your post and all you share with us is up to date and quite informative, i would like to bookmark the page so i can come here again to read you, as you have done a wonderful job. empresa de design
ReplyDeletePositive site, where did u come up with the information on this posting?I have read a few of the articles on your website now, and I really like your style. Thanks a million and please keep up the effective work. app development company
ReplyDeleteLawns and gardens require upkeep, for which you do need taking assistance of lawn and garden equipment. Individuals who love their gardens, love their tools also! bin picking robot
ReplyDeleteThat is what a customer of mine told me when I made a presentation to him about about a new product.define technology
ReplyDeleteHi there, I discovered your blog per Google bit searching for such kinda educational advise moreover your inform beholds very remarkable for me. Printed Circuit Board
ReplyDeleteIt is no secret that there is a secret behind high tech blog blogging; it is one of the best niches in blogging. Blogging about technology is one of the best ways to get ahead in modern society. In fact, technology blogging is the best niche in blogging these days for anyone who wants to start up a successful business.
ReplyDeleteIt is no secret that there is a secret behind technology blogging; it is one of the best niches in blogging. Blogging about crypto blog is one of the best ways to get ahead in modern society. In fact, technology blogging is the best niche in blogging these days for anyone who wants to start up a successful business.
ReplyDeleteThroughout my years of movie watching and electronics sales, I have noticed one trend that I find kind of amusing, and might help explain how we *cough* "know" who the Nerds are... Technology. Say what you will about Nerds, nerds and Tech blog are almost interchangeable terms. Regardless of whatever else they are fans of, nerds LOVE their technology, and are often the first to embrace the newest technological advances.
ReplyDeleteAll computer web blog are not created equal. Some specialize in hardware, others in software but what you really need is one that specializes in business and how technology can make it better. You need a business technology coach that can help you work smarter with technology.
ReplyDeleteTechnology oriented careers have been making a comeback. Accordingly, talented technology managers are necessary in every area of the field - from Web domtech blog and development, to database-driven e-commerce, to software engineering, to technical service and support.
ReplyDeleteMany technology vendors and service providers consistently make common mistakes that can expose them to unnecessary robot blog , and cost them revenue. This article can help your technology company address and resolve these mistakes and increase your success.
ReplyDelete2tech blog is vital to the existence and competitive edge of any company. I believe that's the great understatement of the year. Look at what technology allows us to do as compared to 30 years ago; now think back about five years, we've come a long way.
ReplyDeleteUtilizing technology as a competitive weapon allows you to differentiate from your competitors in the marketplace. high tech gadget blog helps profits to increase, by reducing expenses and errors, while customers are delighted with product and 'wowed' by service, sharing its benefit with others.
ReplyDeleteWith the advent of internet revolution, technology is no more a supporting function, rather it has become a driver for business growth in any sector and of any size. Small businesses in non-technology sectors, find it a daunting task to articulate a techelite Strategy, rather, most of them don't even have it. Not only are these companies cash strapped, they have minimal or no internal capabilities and limited access to expert guidance on technology. Not having an effective Technology Strategy can drain a company's resources, push them behind the competition or they may even cease to exist. This article provides basic advice for small business owners on where to get started. Below are some factors to take into account while creating an effective Technology Strategy.
ReplyDeleteThanks again for the blog post. Really looking forward to read more. Will read on...
ReplyDeleteWordPress Agency London
At the point when you get an area name from rumored space name supplier, you want to stop or host that area with picking server space on web. https://onohosting.com/
ReplyDeleteHello, this weekend is good for me, since this time i am reading this enormous informative article here at my home.
ReplyDeletehome garden ideas
Information Technology (IT) obligation is essentially the expense of support expected to bring all applications modern. managed it services newcastle
ReplyDeleteOnline fax services often provide search functionality for easy document retrieval.
ReplyDeleteFax Services Central
ReplyDeleteI'm delighted to discover this post immensely valuable, given its wealth of information. I consistently prioritize reading high-quality content, and I've certainly found that in your post. Thank you for sharing. ZoopUp.