Edmonds Community College
Edmonds WA
CIS Web Application & Cloud Development
Program Code 507S
Grade Point Average
CIS 245
CSS describes how HTML elements should be displayed. This webpage lay-out will adapt to the screen-size of the device you are using. This is made possible by Cascading Style Sheets and HTML5. The new @media rule and using media queries to adapt the lay-out of the webpage to the user's screen size. This is made possible by Cascading Style Sheets and HTML5. The new @media rule and using media queries to adapt the lay-out of the webpage to the user's screen size.
Web pages can be viewed using many different devices: desktops, tablets, and phones. Your web page should look good, and be easy to use, regardless of the device.
The @media rule is used in media queries to apply different styles for different media types/devices. For example, you can specify that certain styles are only for printed documents, or for screens, or for screen readers (mediatype: print, screen, or speech). Web pages should not leave out information to fit smaller devices, but rather adapt its content to fit any device.
Click here to view a web page of our final project: TechTimes Responsive Webpage Design
Click here to review to the Course Requirements and Syllabus page