Given that the main css rules are in a file called maincss


HTML CSS

Please if you dont know web programming be respectful and don't try to answer it by guessing

Given that the main CSS rules are in a file called main.css, the printer-friendly rules are in print.css, the mobile rules are in mobile.css, the tablet rules are in tablet.css, and the desktop/laptop rules are in desktop.css, write the HTML code that would:

  • activate the main rules on all devices
  • activate the printer rules when the visitor prints the web content
  • activate the mobile rules when the browser is below 640 pixels wide
  • activate the tablet rules when the browser is between 641 and 800 pixels wide
  • activate the desktop/laptop rules when the browser is greater than 800 pixels wide

Don't forget the  tag

You may assume that the css files are in the same folder as the web page.

Solution Preview :

Prepared by a verified Expert
Business Management: Given that the main css rules are in a file called maincss
Reference No:- TGS02578611

Now Priced at $10 (50% Discount)

Recommended (99%)

Rated (4.3/5)