Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialReginald Beneke
Courses Plus Student 4,282 PointsWhat Is Print Media?
What is Print Media as opposed to Digital Screens?
2 Answers
Jason Anders
Treehouse Moderator 145,860 PointsHey Reginald,
Print Media, is really just that... Anything in print. So a newspaper, magazine, flyer, or just a piece a paper out of your printer would be Print Media. There may be times you want your website to format quite differently if a visitor were to print a page off the site. Onscreen it may be a bigger font and/or in color and have lots of images, either in the foreground or part of the background, but printing, you don't want the user to feel that ink or paper is being wasted, and you probably don't need the images printed, so you change the CSS for printing to print only want the user is going to want/need.
Make sense?
Keep Coding! :)
Reginald Beneke
Courses Plus Student 4,282 PointsGot it!
Thanks Jason!