Which stylesheet will be used when the page is printed from the browser’s print command with the below code?
<link rel="stylesheet” type=”text/css” href=”core.css”>
<link rel=”stylesheet” type=”text/css” media=”screen” href=”comman.css”>
- core.css
- common.css
- core.css + common.css
- Varies from browser to browser
Again this question is from a quiz.