HTML Worksheet-1
- Which tag is used to enclose the entire HTML code for a page?
- Which HTML tag is used to start a paragraph? Write one option used with this tag.
- Write the expansions of the following tags used in HTML:
(a) <P>
(b) <BR>
(c) <HR> - Differentiate between paired and empty tag used in HTML.
- What is the difference between BACKGROUND and BGCOLOR attributes used in BODY tag?
- What is the purpose of using <BODY> tag in HTML code?
- 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?
- What is the method of using a comment line in a HTML code?
- In what file format HTML page is saved?
- Write HTML code to set the background color to Lime and text color to Blue.
The End