(IX) HTML Worksheet No-1

HTML Worksheet-1
  1. Which tag is used to enclose the entire HTML code for a page?
  2. Which HTML tag is used to start a paragraph? Write one option used with this tag.
  3. Write the expansions of the following tags used in HTML:
    (a) <P>
    (b) <BR>
    (c) <HR>
  4. Differentiate between paired and empty tag used in HTML.
  5. What is the difference between BACKGROUND and BGCOLOR attributes used in BODY tag?
  6. What is the purpose of using <BODY> tag in HTML code?
  7. Is it possible to view a HTML page stored in the hard disk of the computer? If yes, what is the method of viewing the same?
  8. What is the method of using a comment line in a HTML code?
  9. In what file format HTML page is saved?
  10. Write HTML code to set the background color to Lime and text color to Blue.
                          The End