HTML Basics and Windows 98

Objective questions covering HTML tags and tables, along with Windows 98 clipboard, file search, and display properties.

25 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

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

  1. src
  2. link
  3. href
  4. none of these
Question 2 Multiple Choice (Single Answer)

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

  1. tablelink
  2. frameset
  3. frametable
  4. none of these
Question 3 Multiple Choice (Single Answer)

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.
Question 4 Multiple Choice (Single Answer)

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

  1. <audio>
  2. <img>
  3. <avplay>
  4. <play>
Question 5 Multiple Choice (Single Answer)

Which tag is used to create a table?

  1. <table> & </table>
  2. <form> & </form>
  3. <td> & </td>
  4. <frame> & </frame>
Question 6 Multiple Choice (Single Answer)

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
Question 7 Multiple Choice (Single Answer)

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

  1. <frame>
  2. <table>
  3. <img>
  4. <form>
Question 8 Multiple Choice (Single Answer)

Which tag is used to add table header?

  1. <table>
  2. <tr>
  3. <th>
  4. <td>
Question 9 Multiple Choice (Single Answer)

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
Question 10 Multiple Choice (Single Answer)

Which attribute defines default pages to your frames?

  1. a href
  2. src
  3. def
  4. link
Question 11 Multiple Choice (Single Answer)

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
Question 12 Multiple Choice (Single Answer)

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
Question 13 Multiple Choice (Single Answer)

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
Question 14 Multiple Choice (Single Answer)

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
Question 15 Multiple Choice (Single Answer)

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
Question 16 Multiple Choice (Single Answer)

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

  1. steps
  2. images
  3. rows
  4. columns
Question 17 Multiple Choice (Single Answer)

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
Question 18 Multiple Choice (Single Answer)

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
Question 19 Multiple Choice (Single Answer)

Bookmarks are created by using

  1. <img> tag
  2. <href> tag
  3. <a> tag
  4. tag)name of server
Question 20 Multiple Choice (Single Answer)

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

  1. <bgsound>
  2. <play>
  3. <background sound>
  4. None of the above
Question 21 Multiple Choice (Single Answer)

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

  1. link
  2. dynsrc
  3. href
  4. src
Question 22 Multiple Choice (Single Answer)

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
Question 23 Multiple Choice (Single Answer)

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
Question 24 Multiple Choice (Single Answer)

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>