Pages

September 07, 2015

HTMl



Q1) write the full form of the following:

                HTML – MSIE - WWW

Ans:
        -      HTML : Hyper Text Mark-up Language
        -      MSIE: Micro Soft Internet Explorer
        -      WWW: World Wide Web

Q2) what is HTML

Ans:
HTML is a computer language which is commonly used to create web pages.

Q3) what are tags ?

Ans:
Tags are the basic structural components in HTML.
Q4) what types of tags are there in HTML? Describe each type with a suitable example?

Ans:
HTML tags have two main types:
   1)   Container tags : comprise of starting as well as a closing tag.
   Example: <i> italics </i>
  2)  Empty tags are used to write an HTML command without any text. these having only an opening tag.
Example: <img> = insert image
         <BR> = break

Q5) what does <body> tag in HTML contains

Ans:
The <body > tag contains all the contents comprising the text and images that make the web page.

Q6) name any two commonly used web browsers?

Ans:
       -      Internet explore
       -      Mozilla firefox

Q7) what are the advantages of HTML ?

Ans:
       1)   It is easy to understand and interpret.
       2)  It is easy to modify
       3)   It enables you to link two or more pages
       4)  It runs on any computer with any platform.
       5)   It requires tools that are freely available, only a text     
         editor and a web browser.



Q8) state the use of the following attributes of the < body > tag:
Link – vlink – bg color – background - text

Ans:
1)   Link: Defines the color of the unvisited link in a document.
2)  Vlink: define the color of the visited link in the document
3)   Bgcolor: used to set the color of the background
4)  Background: used to put an image in the background of the web page.
5)   Text: used to set the color of the text in the document.






No comments:

Post a Comment