DESIGNING STATIC WEB PAGES - Practice Mode
1) which is the correct html tag for making a text input field?
Correct Answer: <input type = "text">
2) Which is the correct html tag for creating password field
Correct Answer: <input type = "password">
3) What is the correct html code for inserting a background image?
Correct Answer: <Body background = "image.jpg">
5) What is the meaning of increase the cell padding?
Correct Answer: Increase the distance between cell and content