InterviewSolution
Saved Bookmarks
| 1. |
The __________ specifies style sheets for a source document according to the conventions of the document language. For instance, in HTML, style sheets may be included in the document or linked externally.(a) author(b) user(c) user-agent(d) none of the mentioned |
|
Answer» The correct answer is (a) author Explanation: Author. The author specifies style sheets for a source document according to the conventions of the document language. For instance, in HTML, style sheets may be included in the document or linked externally. |
|