C.State True or False :

  1. The title of a document can contain maximum 64 characters.

  2. The heading levels are part of the < HEAD > tag.

  3. The vlink tag defines the color of the link after it has been visited.

  4. A list can be defined in the different styles.

  5. The default value for < OL > is a filled circle.

  6. You can start the ordered list with a different number

  7. The colour of the hyperlink in an HTML document cannot be changed.

  8. These must be only one < TITlE > tag in an HTML document.

  9. Unordered list type creates a bulleted list.

  10. Physical structure referes to different parts of a document,i.e, how a document is built.

D .Answer in One Word or in a Sentence

  1. What does W3C stands for ?

  2. Which element has both starting and ending tags?

  3. How many heading levels are defined in HTML ?

  4. Write the tag which is used as the seperator of the blocks of text.

  5. Which attribute of HTML tag specifies the language used within the document ?

  6. What is the utility of < P > tag ?

  7. Which tag is used to set Fontface, size, Color and other attribute for the whole document ?

  8. What type of list are supported by HTML

  9. Name any one software for the following categories;
    a.Text aditor b.Web browser

Answers
A.Multiple Choice Questions
1.(b) 2.(b) 3.(c) 4.(d) 5.(b) 6.(a) 7.(d) 8.(a) 9.(a) 10.(b) 11.(d) 12.(c) 13.(b) 14.(a) 15.(a) 16.(a) 17.(b) 18.(c) 19.(c) 20.(c) 21.(b) 22.(c)
B.Fill In The Blanks
1.Body 2.WYSIWYG 3.Size,Width 4.color 5.< FONT > 6.< VLINK > 7.< ALINK > 8.< UL > 9.Start 10.Nested 11.Blue 12.< SUP > < SUB > 13.Size 14.< BR >
C.State True Or False
1.(T) 2.(F) 3.(T) 4.(T) 5.(F) 6.(T) 7.(F) 8.(T) 9.(T) 10.(T)
Answer in One word or a Sentence.
1.World Wide Web Consortion 2.Container elements 3.< H1 > to < H6 > 4.< HR > 5.Lang attribute 6.Marks a block of text as a paragraph 7.< BASEFONT >8.Unordered,Ordered,and Defination 9.(a)Notepad (b)Google Chrome

SECTION:2 Long Answers Type Question -(SOLVED)

1.Explain the difference between a tag and an attribute

Ans. Tags are the building blocks of a webpage. They contain elements which define how the information on a webpage is formatted or displayed.For example, < HTML >

An attribute is a property that provides additional information about an HTML element. It enhances the functionality of a tag. All attributes consists of too parts-a name and a value. For example, < BODY Bgcolor="Red">

2.Write the syntax which explains the general structure of an HTML document.

Ans.
< HTML >


page no:101
         
Home