192
85.7k

410+ Web Technology Solved MCQs

These multiple-choice questions (MCQs) are designed to enhance your knowledge and understanding in the following areas: Bachelor of Computer Applications (BCA) , Bachelor of Business Administration in Computer Applications (BBA [CA]) .

Chapters

More MCQs
301.

Which tag inserts a line horizontally on your web page?

A. <hr>
B. <line>
C. <line direction=”horizontal”>
D. <tr>
Answer» A. <hr>
302.

What should be the first tag in any HTML document?

A. <head>
B. <title>
C. <html>
D. <document>
Answer» C. <html>
303.

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>
Answer» D. <tr> and </tr>
304.

How can you make a bulleted list?

A. <list>
B. <nl>
C. <ul>
D. <ol>
Answer» C. <ul>
305.

How can you make a numbered list?

A. <dl>
B. <ol>
C. <list>
D. <ul>
Answer» B. <ol>
306.

What is the correct HTML for making a hyperlink?

A. <a href=”http://mcqmate.com”>ICT Trends Quiz</a>
B. <a name=”http://mcqmate.com”>ICT Trends Quiz</a>
C. <a http://mcqmate.com> ICT Trends Quiz </a>
D. <a url=”http://mcqmate.com”>ICT Trends Quiz</a>
Answer» A. <a href=”http://mcqmate.com”>ICT Trends Quiz</a>
307.

Choose the correct HTML tag to make a text italic

A. <ii>
B. <italics>
C. <italic>
D. <i>
Answer» D. <i>
308.

Choose the correct HTML tag to make a text bold?

A. <b>
B. <bold>
C. <bb>
D. <bld>
Answer» A. <b>
309.

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”>
Answer» B. <body bgcolor=”yellow”>
310.

Choose the correct HTML tag for the smallest size heading?

A. <heading>
B. <h6>
C. <h1>
D. <head>
Answer» B. <h6>
311.

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

A. <br>
B. <lb>
C. <break>
D. <newline>
Answer» A. <br>
312.

What does vlink attribute mean?

A. visited link
B. virtual link
C. very good link
D. active link
Answer» A. visited link
313.

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

A. <checkbox>
B. <input type=”checkbox”>
C. <input=checkbox>
D. <input checkbox>
Answer» B. <input type=”checkbox”>
314.

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
Answer» A. <select>
315.

Which of the following is not a pair tag?

A. <p>
B. <u>
C. <i>
D. <img>
Answer» D. <img>
316.

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
Answer» C. Just a notepad can be used
317.

HTML documents are saved in

A. Special binary format
B. Machine language codes
C. ASCII text
D. None of above
Answer» D. None of above
318.

. Marquee is a tag in HTML to

A. mark the list of items to maintain in queue
B. Mark the text so that it is hidden in browser
C. Display text with scrolling effect
D. None of above
Answer» C. Display text with scrolling effect
319.

There are ____ different of heading tags in HTML

A. 4
B. 5
C. 6
D. 7
Answer» C. 6
320.

Which of the following HTML code is valid?

A. <font colour=”red”>
B. <font color=”red”>
C. <red><font>
D. All of above
Answer» B. <font color=”red”>
321.

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

A. size
B. face
C. color
D. All of above
Answer» D. All of above
322.

Which of the following is not a valid alignment attribute?

A. Left
B. Right
C. Top
D. Center
Answer» C. Top
323.

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
Answer» C. alt
324.

What is the full form of HTML?

A. Hyper text markup language
B. Hyphenation text markup language
C. Hyphenation test marking language
D. Hyper text marking language
Answer» A. Hyper text markup language
325.

HTML document start and end with which tag pairs?

A. <HEAD>….</HEAD>
B. <BODY>….</BODY>
C. <HTML>….</HTML>
D. <WEB>….</WEB>
Answer» C. <HTML>….</HTML>
326.

Which tag is used to create body text in HTML?

A. <HEAD>
B. <TEXT>
C. <TITLE>
D. <BODY>
Answer» D. <BODY>
327.

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

A. Title
B. Form
C. Head
D. Body
Answer» C. Head
328.

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

A. bold
B. italic
C. list
D. indented
Answer» B. italic
329.

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

A. bold
B. italic
C. list
D. indented
Answer» A. bold
330.

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

A. display the numbered list
B. underline the text
C. display the bulleted list
D. bold the text
Answer» C. display the bulleted list
331.

Which tag is used to display the large font size?

A. <LARGE></LARGE>
B. <BIG></BIG>
C. < SIZE ></SIZE>
D. <FONT></FONT>
Answer» B. <BIG></BIG>
332.

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

A. Header
B. Body
C. Both A and B
D. none of the above
Answer» C. Both A and B
333.

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

A. Table heading
B. Table Records
C. Table row
D. None of the above
Answer» D. None of the above
334.

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
Answer» B. <BODY TEXT=”RED”>
335.

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
Answer» D. the first page of a website
336.

Which of the following is used to run a HTML document?

A. Browser
B. Spreadsheet
C. Clipboard
D. Draw
Answer» A. Browser
337.

Which of the following are commonly found on web pages?

A. Internet
B. hyperlinks
C. intranet
D. all of the above
Answer» B. hyperlinks
338.

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

A. SRC
B. LINK
C. CELLPADDING
D. BOLD
Answer» C. CELLPADDING
339.

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

A. <SUP>
B. <SUB>
C. <B>
D. <P>
Answer» A. <SUP>
340.

What is <tt> tag in HTML?

A. It renders fonts as teletype text font style.
B. It renders fonts as truetype text font style.
C. It renders fonts as truncate text font style.
D. None of the Above.
Answer» A. It renders fonts as teletype text font style.
341.

Which of the following tags are related to Table in HTML ?

A. <table> <row> <column>
B. <table> <tr> <td>
C. <table> <head> <body>
D. <table> <header> <footer>
Answer» B. <table> <tr> <td>
342.

What is the use of Forms in HTML?

A. to display contents of email.
B. to display animation effect.
C. to collect user’s input.
D. None of the Above.
Answer» C. to collect user’s input.
343.

Which tag is used to lists the items with bullets?

A. <bullet>…</bullet>
B. <list>…</list>
C. <ul>…
D. <ol>…</ol>
Answer» B. <list>…</list>
344.

Which of the following is correct to align H1 tag to Right Alignment

A. <h1 align = “right”> …</h1>
B. <h1 alignment = “right”> …</h1>
C. <h1 tag align = “right”> … </h1>
D. H1 cannot make Right Alignment
Answer» A. <h1 align = “right”> …</h1>
345.

Which of the following is correct to change font face in Web Page

A. <font = “font name”> …
B. <font name = “font name”> … </font>
C. <font face = “font name”> … </font>
D. Font Face cannot change
Answer» C. <font face = “font name”> … </font>
346.

Which of the following is used to create web pages?

A. HTML
B. C
C. JVM
D. DTD
Answer» A. HTML
347.

HTML document is saved using ____ extension.

A. .htl
B. .html
C. .hml
D. .htnl
Answer» B. .html
348.

Caption Tag in HTML?

A. is used to display the Title for table at the top
B. is used to display the Title for table at the bottom
C. both
D. none
Answer» C. both
349.

CSS is an acronym for

A. Cascading Style Sheet
B. Costume Style Sheet
C. Cascading System Style
D. None of the Above
Answer» A. Cascading Style Sheet
350.

Which tag is used to display Preformatted texts?

A. <pre> … </ pre>
B. <prefor> … </ prefor>
C. <pre text> … </ pre text>
D. <pre format> … </ pre format>
Answer» A. <pre> … </ pre>

Done Studing? Take A Test.

Great job completing your study session! Now it's time to put your knowledge to the test. Challenge yourself, see how much you've learned, and identify areas for improvement. Don’t worry, this is all part of the journey to mastery. Ready for the next step? Take a quiz to solidify what you've just studied.