Html Css Please If You Dont Know Web Programming Be Respectful And Don T Try To
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