Job Saarnee

JOB SAARNEE

Top Most Platform for Job Updates O Level Results Answer keys AKTU MCQs

Web Technology 99+ Top Most Important MCQ | Web Technology Most Important Solved MCQ | Top web technologies Multi Choice Question and answers

 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

  1. universal selector
  2. name selector
  3. id selector
  4. class selector
Q54. CSS stands for –

a) Cascading style sheets
b) Color and style sheets
c) Cascade style sheets
d) None of the above

Sol. a) Cascading style sheets

Q55. If we want apply style to an unique element, then which selector
will be use ?
a) Id Selector 
b) Text Selector 
c) Class Selector
d) Name Selector

Sol. a) Id Selector 

Q56. Which property specifies what should happen with the element
that is next to a floating element.
a) Margin
b) Clear
c) Float
d) Padding

Sol. b) Clear

Q57. Suppose we want to arrange the DIVs in a form of stack, for
example DIV4 is placed above DIV1. which of the following CSS
property will be use to control the order of stack?
a) y-index
b) z-index
c) x-index
d) s-index

Sol. b) z-index

Q58. Which of the following is the way to add CSS to html
documents
a) Using Inline CSS
b) Using Embedded CSS
c) Using External CSS
d) All of the above

Sol. d) All of the above

Q59. To declare a class selector ______ symbol is used
a) #
b) .
c) $
d) %

Sol. b) . 

Q60. To declare a id selector ______ symbol is used
a) #
b) .
c) $
d) %

Sol. a) #

Q61. Which of the following are the properties of box
a) Margin
b) Border
c) Padding
d) All of the above

Sol. d) All of the above


Q62. In CSS, h1 is treated as
a) Value
b) Attribute
c) Selector
d) Tag

Sol. c) Selector

Q63. which of the following is used to sets a uniform 
transparency levels
          
a) Blur
b) Chroma
c) Alpha
d) None of the above
 
Sol. c) Alpha

Q64. What is the correct HTML for referring to an external style sheet?
a) <link rel=”stylesheet” type=”text/css” href=”style.css”>          
b) <style src=”style.css”>
c) <style> style.css </style>
d) None of the above

Sol. a) <link rel=”stylesheet” type=”text/css” href=”style.css”>
 
Q65. How you can change the text color for an element 
a)bgcolor 
b) color 
c) background-color 
d) All of the above
                
Sol. b) color 

Q66 Which of the following tag can be use to embed CSS in HTML document
a) <head>
b) <style>
c) <css>
d) None of the above
 
Sol. b) <style>

Q67 Which of the following property used to control the font-size of an elements

a) text-style 
b) text-size 
c) font-size 
d) None of the above
               
Sol. c) font-size

Q68 Where in the Web page is the right place to put code of external CSS
a) on the top of the document
b) In the body section
c) In the header section
d) At the end of the document

Sol. c) In the header section

Q69 Which of following attribute is used to apply internal CSS
a) style
b) class
c) id
d) style

Sol. a) style

Q70 Which of the following is correct CSS style
a) body {color: red;}
b) body: color = red
c) body: color={red}
d) {body; color: black }
            
Sol. a) body {color: red;}

Q71 How do we insert comments in a CSS file
a) this is comment
b) /* this is comment */
c) //this is a comment//
d) // this is a comment

Sol. b) /* this is comment */

Q72 How do you add a background color for all h1 elements
a) h1.all {background-color: red}
b) h1 {background-color: red}
a) all.h1 {background-color: red}
a) .h1 {background-color: red} 

Sol. b) h1 {background-color: red}

Q73 What is the correct CSS syntax for making all the <p> element bold
a) <p style=”text-size: bold”>
b) p {text-size}
c) p {font-weight: bold}
d) <p style=”font-size: bold”>

Sol. c) p {font-weight: bold}

Q74 How do we can display hyperlink without an underline
a) a {underline: none}
b) a {text-decoration: none}
c) a {text-decoration: no}
d) a {decoration: no}

Sol. b) a {text-decoration: none}

Q75 how do we can make each word in the text start with capital word
a) text-transform: capitalize
b) not possible
c) text-transform: uppercase
d) none of the above

Sol. a) text-transform: capitalize

Q75 how do we can make each word in the text capital word
a) text-transform: capitalize
b) not possible
c) text-transform: uppercase
d) none of the above

Sol. c) text-transform: uppercase

Explanation: text-transform has three possible values that is upper case, lowercase, capitalize;

Q76 How to change the font of any element
a) font-family: 
b) font-size:
c) font style:
d) font

Sol. a) font-family: 

Q77 How to change the font style to bold, italic, oblique 
a) Using font-width
b) Using font-style
c) Using font-family
d) using style-font

Sol. b) Using font-style

Q78 How to make text bold
a) Using font-weight
b) Using font-style
c) Using font-family
d) using style-font

Sol. a) Using font-weight

Q79 How to change left margin of an element
a) text-ident
b) margin-left
c) margin
d) indent

Sol. b) margin-left

Q80 How do we display box that has top border 10 pixels, bottom 5 pixels, left border 20 pixels, right border 1 pixels
a) border-width: 10px 1px 5px 20px
b) border-width: 10px 5px 20px 1px
c) border-width: 5px 20px 10px 1px 
d) border-width: 10px 20px 5px 1px

Sol. b) border-width: 10px 5px 20px 1px  

Q81 How do you make a list that lists its items with square in CSS
a) list-style-type: Square
b) type: Square
c) list-type: Square 
d) type: 2

Sol. a) list-style-type: Square

MCQ Question Related to FORM in HTML

Q82 Action attribute in HTML specifies
a) Which method is going to be used
b) where action will take place
c) where to send data of form
d) none of the above

Sol. c) where to send data of form

Q83 Which of the following attribute specifies  the HTTP method to be use when submitting the form data
a) Action
b) Method
c) Target
d) None of the above

Sol. b) Method

Q84 Which of the following attribute specifies where to submit the form data
a) Action
b) Method
c) Target
d) None of the above

Sol. a) Action

Q85 Which of the following statement is true about Get Method
a) it concatenate the form data to the URL
b) it is not good to use GET method for sending sensitive data
c) There is limit on length of a URL in Get method 
d) All of the above

Sol. All of the above

Q86 Which of the following statement is true about POST Method
a) It Concatenate the form data inside the body of the HTTP request 
b) there is no size limitations
c) Form submissions with POST cannot be bookmarked.
d) All of the above

Sol. d) All of the above

Q87 Which of the following method is used for Sensitive Data transition 
a) POST method
b) GET method
c) POST and GET method both
d) None of the above

Sol. Post Method

Q89. What is the use of Forms element in HTML document?
a) it is used to display contents of email.
b) it is used apply animation effect.
c) it is used to collect data from the user.
d) None of the Above

Sol. c) it is used to collect data from the user.

Q90 Which of the following attribute specifies where to display the response that is received after submitting the form.
a) Target
b) Method
c) Action
d) None of the above

Sol. a) Target

MCQ related to Frame in HTML

Q91Which tag embeds an independent HTML document into current html page?
a)  <form>
b)  <frame>
c)  <span>
d)  <div>

Sol. b)  <frame>

Q92 Which from the following is not a type of screen frames in HTML
a) frameset
b) noframe
c) uframe
d) iframe

Sol. c) uframe

Q93. Which of the following attribute indicates the number of rows in a frameset.
a) td
b) tr
c) rows
d) th

Sol. c) rows

Q94. Which of the following attribute indicates the number of columns in a frameset.
a) Columns
b) table
c) Vertical
d) Cols

Sol. d) Cols

Q95. Which attribute of the frameset tag creates two vertical frames?
a) Cols
b) Rows
c) Both
d) None of the Above

Sol. a) Cols 

Q96. A group of frames is know as ___
a) Frameset
b) Ordered List
c) Index
d) Form

Sol. a) Frameset

Random MCQ form Whole Unit

Q97 Which HTML tag is used to display the expression has power terms, i.e., (a2 – b2)?
a) <sup> tag
b) <sub> tag
c) <p> tag
d) None of the above

Sol. b) <sup>

Q98 The HTML tags are –
a) case-sensitive
b) in upper case
c) not case sensitive
d) in lowercase

Sol. c) not case-sensitive

Q99 Which of the following is the known as a Root element
a) <body>
b) <head>
c) <title>
d) <html>

Sol. d) <html>

Q100 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>

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.

Leave a Comment

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

Shopping Cart

You cannot copy content of this page