TRB - Computer Instructor - Computer Science - Web Development

Buy Computer Instructors Grade I -Tamil Nadu Board Practice test pack

Question - 1

Which of the following attributes of text box control allows to limit the maximum character?

  • A Size
  • B Length
  • C Maxlength
  • D All of the these

Question - 2

Which of the following tag is used to mark a being of a paragraph?

  • A <td>
  • B <br>
  • C <p>
  • D <tr>

Question - 3

From which tag the descriptive list starts?

  • A <ll>
  • B <dd>
  • C <dl>
  • D <ds>

Question - 4

Which of the tags is used to create a number list?

  • A <ll>
  • B <ol>
  • C <ll> and <ol>
  • D None of these

Question - 5

Web pages starts with which of the following tags?

  • A <body>
  • B <title>
  • C <HTML>
  • D <form>

Question - 6

www is based on which model?

  • A Local server
  • B Client Server
  • C 3-tier
  • D None of these

Question - 7

Web links are stored within the page itself and when you wish to 'jump' to the page that is linked, we select the hotspot or anchor. This technique is called

  • A hypertext
  • B hypermedia
  • C Both (a) and (b)
  • D anchoring

Question - 8

Correct HTML tag for the largest heading  is

  • A <head>
  • B <h6>
  • C <heading>
  • D <h1>

Question - 9

What  is the correct HTML for adding a background color?

  • A <background>yellow<Background>
  • B <body color = "yellow">
  • C <body bgcolor = "yellow">
  • D <body bg = "yellow">

Question - 10

How can you make an E-mail link?

  • A <mail href + "xxx@y.com">
  • B <mail>xxx@y.com<mail>
  • C <a href = mail to :xxx.y.com">
  • D <a href="xxx@y.com">