Unit-1
HTML Assignment Questions
2 mark Questions
1. What is the expansion of HTML?
2. What is the extension of HTML?
3. What are the basic tags in HTML?
4. What is the <body> tag used for in HTML? Example
5. What is the <head> tag used for in HTML? Example
6. What is the <strong> tag used for in HTML? Example
7. How do you define headings in HTML?
8. How do you embed an image in an HTML document?
9. How do you create a line break in HTML?
10. What is an element in HTML?
11. What is the HTML element that represents a frame?
12. Why use HTML form?
[Link] do you create an input field for text in HTML?
5mark
1. What are the HTML tags used to display the data in the tabular format?
2. Explain the structure of HTML file with example
[Link] are the differences between ordered and unordered lists?
4. Explain the following HTML tags with all attributes.
(1) <a> (2) <body> (3) <img> (4) <table> (5) <p>
5. Define Form tag. Design a Registration page by using all Form controls.
10mark
1. Define List Tag with an example.
2. Explain Meta, Prologue, Script in html with example