(IX) HTML Worksheet No-3

 

Grade : 9 Computer Science

HTML WORKSHEET NO:- 3

Q. Write short Answers.

  1. Identify the error in the following statement.
    <OL TYPE=”I” START= “V”>

  2. Differentiate between <UL> and <OL> tags.

  3. Alex has written the following code in HTML. He intends to place the image in the center (between left and right margin)
    <IMG SRC=”sky.gif” align=center>
    However, he is not getting the desired result. Identify the error and write the correct code.

  4. Write an HTML code for the following list:

    1. Internet

    2. E-mail

    3. Computer Virus

    4. E-commerce

  5. Write an HTML code for creating a list of following definitions:

ARCHAEOLOGIST

The person who studies archaeology is called an archaeologist.

INSCRIPTIONS

Inscriptions are the writing, which are engraved on rocks, pillars, clay tablets, the walls of temples and caves.

  1. Write the expansions of the following tags used in HTML.

    1. <UL>

    2. <OL>

    3. <LI>

  2. Which HTML tag is used to insert an image in a page? Write an option used with this tag.

  3. What are the values present with TYPE attribute of <OL> tag?

  4. How does START attribute change the ordering in a list?

  5. What is the use of IMG tag?

The End