InterviewSolution
Saved Bookmarks
| 1. |
Which of the following does not break long URLs into a shorter one?(a) Internet Explorer(b) Chrome(c) Firefox(d) OperaI got this question in an interview.Query is from Print Styles and their Development topic in section Layout & Images of CSS |
|
Answer» CORRECT option is (a) INTERNET Explorer Easiest explanation: word-wrap breaks long URLs when they reach a certain limit. This property is basically supported in a wide range of BROWSERS even in IE 6, it works in chrome when printing. Firefox automatically breaks long URLs, Internet Explorer has no capability for BREAKING long URLs into the shorter ONE. |
|