InterviewSolution
Saved Bookmarks
| 1. |
Which one is the correct syntax for specifying media type?(a) type ”/” subtype *( “;” parameter)(b) subtype ”/” type *(“;” parameter)(c) parameter “/” type *(“;” subtype)(d) (“;” subtype) “/” type *(parameter)I have been asked this question during an interview.My question is based upon HTTP Overview topic in section HTML Fundamentals of HTML |
|
Answer» Correct choice is (a) type ”/” subtype *( “;” parameter) |
|