116
84.9k
Chapter:

40+ Markup Languages Solved MCQs

in Web Technologies

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

Chapters

Chapter: Markup Languages
1.

__________means the amount of data that can be sent from one point to another in a certain period of time

A. bandwidth
B. html
C. href
D. none of these
Answer» A. bandwidth
2.

HTML color are specified using predefined color names or ________ values.

A. rgb,
B. rgba
C. hsla
D. all of these
Answer» D. all of these
3.

HTML supports__________ standard color names.

A. 140
B. 3
C. 120
D. 7
Answer» A. 140
4.

____this tag is used to give paragraph

A. <p>
B. br
C. <pre>
D. <marquee>
Answer» A. <p>
5.

________ tag is used to brake the line it is single tag

A. <p>
B. <br>
C. <pre>
D. <marquee>
Answer» B. <br>
6.

________ is pre formatted tags it is used ,it show the without formatted text .

A. <p>
B. br
C. <pre>
D. <marquee>
Answer» C. <pre>
7.

__________tag is used to create a scrolling effect to th selected text

A. <p>
B. <br>
C. <pre>
D. <marquee>
Answer» D. <marquee>
8.

__________ element is used to indicate text quoted from another source.

A. <blockquote>
B. br
C. <pre>
D. <marquee>
Answer» A. <blockquote>
9.

_______- it is used to show list by order wise .

A. <ol>
B. br
C. <pre>
D. <marquee>
Answer» A. <ol>
10.

_____________ it is used to show list by no particular order wise .it show bulleted wise .

A. <ul>
B. br
C. <pre>
D. <marquee>
Answer» A. <ul>
11.

________it is a comment , it is used to show additional information in html.

A. <!---->
B. br
C. <pre>
D. <marquee>
Answer» A. <!---->
12.

_________ it is italic tag , it is used to show the italic font.

A. <i>
B. br
C. <pre>
D. <marquee>
Answer» A. <i>
13.

_________ it is used to display a font in a bigger font size .

A. <big>
B. br
C. <pre>
D. <marquee>
Answer» A. <big>
14.

_________ this definition tag is used to define the concept .

A. <def>
B. br
C. <pre>
D. <marquee>
Answer» A. <def>
15.

________citation tag is used to display a citation in html document .

A. <cite>
B. br
C. <pre>
D. <marquee>
Answer» A. <cite>
16.

Tag is divided into 2 tags

A. physical
B. logical
C. center tag
D. a and b b both
Answer» D. a and b b both
17.

__________ this tag is used to make taxt to be aligned cantered.

A. <p>
B. <center>
C. <pre>
D. <marquee>
Answer» B. <center>
18.

To link to the another web site following link is used <a href="https://www.lokmat.com/html/">Visit our lokamat paper </a>

A. true
B. false
C. both a and b
D. none of these.
Answer» A. true
19.

________ the space between is the space between content of the cell and cell wall .

A. <p>
B. <center>
C. cell spacing
D. <marquee>
Answer» C. cell spacing
20.

__________ of the table is used to specify the thickness of the table.

A. border
B. <center>
C. cell spacing
D. <marquee>
Answer» A. border
21.

_____tag is used to create the rows in a table

A. <tr>
B. <th>
C. <frameset>
D. <a>
Answer» A. <tr>
22.

__________tag is used to create the table heading of the table

A. <tr>
B. <th>
C. <frameset>
D. <a>
Answer» B. <th>
23.

To make a cell span more than one column, it is called use the _______attribute

A. <tr>
B. colspan
C. <frameset>
D. rowspan
Answer» B. colspan
24.

To make a cell span more than one row, it is called use the _______ attribute.

A. <tr>
B. colspan
C. <frameset>
D. rowspan
Answer» D. rowspan
25.

__________ is used to manage the layout the page.

A. <tr>
B. colspan
C. <frame>
D. rowspan
Answer» C. <frame>
26.

In html __________ is used to divide the browser the screen into 2 or more then one part.

A. <tr>
B. columun
C. frame
D. rowspan
Answer» C. frame
27.

______ tag is devide the tag horizontally or vertically .

A. <tr>
B. colspan
C. <frameset>
D. rowspan
Answer» C. <frameset>
28.

___________stands for Transmission Control Protocol/Internet Protocol

A. tcp/ip
B. ftp
C. physical
D. hyperlink
Answer» A. tcp/ip
29.

________is a set of standardized rules that allow computers to communicate on a network such as the internet.

A. tcp/ip
B. ftp
C. physical
D. hyperlink
Answer» A. tcp/ip
30.

The __________ is a standard network protocol used for the transfer of computer files between a client and server on a computer network

A. tcp/ip
B. ftp
C. physical
D. hyperlink
Answer» B. ftp
31.

The ____________element contains meta information about the HTML page

A. <head>
B. ftp
C. physical
D. hyperlink
Answer» A. <head>
32.

The ________element defines the document's body, and is a container for all
the visible contents, such as headings, paragraphs, images, hyperlinks, tables,
lists, etc.

A. <head>
B. <body>
C. physical
D. hyperlink
Answer» B. <body>
33.

_______tag are used to indicate exactly how specific characters are to be formatted

A. tcp/ip
B. ftp
C. physical
D. hyperlink
Answer» C. physical
34.

The LINKS starts at the ((Source)) anchor and points to the ((Destination)) anchor. These LINKIS are called as ___________

A. <head>
B. <body>
C. physical
D. hyperlink
Answer» D. hyperlink
35.

_______it is used to To create a link to another documents by using href attribute

A. <a>
B. checkbox
C. <textarea>
D. <text>
Answer» A. <a>
36.

__________accept only true or false we can select more then one option out of given option

A. <a>
B. checkbox
C. <textarea>
D. <text>
Answer» B. checkbox
37.

_________it is used to give the show the input box with multiple rows and column.

A. <a>
B. checkbox
C. <textarea>
D. <text>
Answer» C. <textarea>
38.

__________- accept the any text in intput box..

A. <a>
B. checkbox
C. <textarea>
D. <text>
Answer» D. <text>
39.

_____________it is used to submit the button ( accept the data) to upload

A. <submit>
B. checkbox
C. <textarea>
D. <text>
Answer» A. <submit>
40.

____________ it is used with text , when we use to hide the text matter

A. <password>
B. checkbox
C. <textarea>
D. <text>
Answer» A. <password>

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.