0

Window 98 and html

Description: Here some some objective question on window98 and html which are generally asked during interview and also in some written exams.
Number of Questions: 25
Created by:
Tags: HTML Web Page Web Sites Hyper Text Mark Up Language Tables Rows Columns Div Forms Introduction to Window 98 Window 98 Tips and Tricks Programming Data Communication & Networks
Attempted 0/24 Correct 0 Score 0

Which attribute of the image tag is used to include the image?

  1. src

  2. link

  3. href

  4. none of these


Correct Option: A

A tag that specifies how the screen is divided into frames is called a______.

  1. tablelink

  2. frameset

  3. frametable

  4. none of these


Correct Option: B

In the code <frameset cols = 120,*> the following would be true.

  1. Top frame would be 120 pixels high.

  2. Left frame would be 120 pixels wide.

  3. Bottom frame would be 120 pixels wide.

  4. Left frame would be 120 inches wide.


Correct Option: B

Which tag is used to insert the audio or video file on the web page?

  1. <audio>

  2. <img>

  3. <avplay>

  4. <play>


Correct Option: B

Which tag is used to create a table?

  1. <table> & </table>

  2. <form> & </form>

  3. <td> & </td>

  4. <frame> & </frame>


Correct Option: A

If you do not want the frame windows to be resizeable, simply add ________ to the <frame> lines.

  1. save

  2. resize=0

  3. dontresize

  4. noresize


Correct Option: D

What tag must always be placed within <frameset></frameset>?

  1. <frame>

  2. <table>

  3. <img>

  4. <form>


Correct Option: A

Which tag is used to add table header?

  1. <table>

  2. <tr>

  3. <th>

  4. <td>


Correct Option: C

The clipboard is

  1. a folder where all your copied files are stored

  2. a backup area

  3. a temporary storage for your cut and copied files

  4. a text editor in Windows


Correct Option: C

Which attribute defines default pages to your frames?

  1. a href

  2. src

  3. def

  4. link


Correct Option: B

The cut or copied files in the Clipboard will be deleted only when

  1. Cut or copy some other file

  2. Switch off the computer

  3. Delete the files

  4. Both 1 and 2


Correct Option: D

You will see the cut or copied files on your screen only when you delete the clipboard

  1. You click on copy

  2. You click on paste

  3. You click on clipboard

  4. None of the above


Correct Option: B

The cut command is used to

  1. move files and folders from one place to another

  2. make a duplicate copy of files and folders

  3. place the files and folders in the new place

  4. none of the above


Correct Option: A

The paste command is used to

  1. move files and folders from one place to another

  2. make a duplicate copies of files and folders

  3. place the files and folders in the new place

  4. none of the above


Correct Option: C

The Advanced tab lets you search for files

  1. according to the date

  2. according to the file name

  3. according to the file size

  4. all of the above


Correct Option: C

<td> and </td> are used to add _________ to your tables.

  1. steps

  2. images

  3. rows

  4. columns


Correct Option: D

In the Date tab, you can search for files

  1. created or modified during the past specified days

  2. created or modified during the past specified months

  3. created or modified during the specified dates

  4. all of the above


Correct Option: D

In the Display properties, the Background tab

  1. lets you choose a screen saver

  2. lets you choose a graphic for your desktop

  3. lets you change the look of Windows

  4. lets you change the size of your Windows screen


Correct Option: B

Bookmarks are created by using

  1. <img> tag

  2. <href> tag

  3. <a> tag

  4. <b> tag)name of server


Correct Option: C

Which tag is used to set the background sound of the page?

  1. <bgsound>

  2. <play>

  3. <background sound>

  4. None of the above


Correct Option: A

Which attribute of <img> is used to link the video or audio file?

  1. link

  2. dynsrc

  3. href

  4. src


Correct Option: B

In the Display properties, the Appearence tab

  1. lets you choose a screen saver

  2. lets you choose a graphic for your desktop

  3. lets you change the look of Windows

  4. lets you change the size of your Windows screen


Correct Option: C

In the Name and Locations tab in the Find Dialog box, you can specify

  1. name of the file

  2. contents of the file

  3. both of the above

  4. none of the above


Correct Option: C

Which of the following tags are used to add rows to your table?

  1. <tr> and </tr>

  2. <cr> and </cr>

  3. <table> and </table>

  4. <td> and </td>


Correct Option: A
- Hide questions