InterviewSolution
Saved Bookmarks
| 1. |
Html document must always be saved with:(a) .html(b) .htm(c) .doc(d) Both .html & .htmThis question was posed to me in unit test.Origin of the question is Web Fundamentals topic in division Database Programming Techniques of Database Management |
|
Answer» CORRECT choice is (d) Both .HTML & .htm The best EXPLANATION: .doc is used only for the word document format. |
|