write the HTML to associate a web page with an external styl
write the HTML to associate a web page with an external style sheet named myprint.css to configure a printout
Solution
We have to use the follwing line in HTML
Also we have to ensure the myprint.css is printer friendly. For example,
we should not display ant href tag in print format. So hide all the links and so on.
