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
will be use ?
that is next to a floating element.
example DIV4 is placed above DIV1. which of the following CSS
property will be use to control the order of stack?
documents
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.