Top 150+ Solved Web Technologies MCQ Questions Answer
Q. _______ describes how HTML elements are to be displayed on screen, paper, or inother media
a. css
b. html
c. <textarea>
d. <text>
Q. HTML web pages can be read and rendered by __________
a. web browser
b. server
c. empty
d. head tag
Q. The HTML tag to left align the content inside a table cell is <td align = “left”>.
a. true
b. false
c. both a and b
d. none of these
Q. Tags and text that are not directly displayed on the page are written in___________section.
a. web browser
b. title
c. empty
d. head
Q. Some tags enclose the text. Those tags are known as ___________
a. single tag
b. paired tag
c. empty
d. head
Q. The <strike> tag is used to _________the text or sentence.
a. single tag
b. paired tag
c. strikeout
d. head
Q. The <del> tag is used to display ________ text form a document
a. single tag
b. paired tag
c. strikeout
d. deleted
Q. _________ is used to give additional information.
a. title tag
b. paired tag
c. strikeout
d. deleted
Q. What is the range of short data type in Java script ?
a. -128 to 127
b. -32768 to 32767
c. -2147483648 to 2147483647
d. none of the mentioned
Q. What is the range of byte data type in Java script?
a. -128 to 127
b. -32768 to 32767
c. -2147483648 to 2147483647
d. none of the mentioned
Q. An expression involving byte, int, and literal numbers is promoted towhich of these?
a. int
b. long
c. byte
d. float
Q. What is the numerical range of a char data type in Java script?
a. -128 to 127
b. 0 to 256
c. 0 to 32767
d. 0 to 65535