Top 350+ Solved Web Technology MCQ Questions Answer
Q. 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
Q. Which of the following is used to run a HTML document?
a. Browser
b. Spreadsheet
c. Clipboard
d. Draw
Q. Which of the following are commonly found on web pages?
a. Internet
b. hyperlinks
c. intranet
d. all of the above
Q. Which HTML tag would be used to display power in expression (A+B)2 ?
a. <SUP>
b. <SUB>
c. <B>
d. <P>
Q. 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.
Q. 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>
Q. 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.
Q. Which tag is used to lists the items with bullets?
a. <bullet>…</bullet>
b. <list>…</list>
c. <ul>…
d. <ol>…</ol>
Q. 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
Q. 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
Q. 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
Q. CSS is an acronym for
a. Cascading Style Sheet
b. Costume Style Sheet
c. Cascading System Style
d. None of the Above