In this assignment you will create a new website that


Assignment Instructions

In this assignment, you will create a new website that incorporates CSS media queries into the design. This will allow your page layout to change based on whether a visitor to your site is using a smartphone, tablet, or desktop computer. With media queries, you can anticipate and design for a variety of viewing experiences.

New Website

Using the design you created in the Wireframing assignment as your guide, create a new website of at least five pages. The subject matter of the site is up to you but should be a topic of academic interest-whether related to your major or an area of specialized knowledge. Each of the web pages should include images and/or text and there should be clear navigation between each of the pages.

Media Queries

Next, you will create three different CSS style sheets: "mobile.css," "tablet.css," and "desktop.css." Link to your external style sheets with the following code. This goes inside the head section of each of your HTML documents.











As the comments indicate, these media queries assess a viewer's browser width and use that information to determine which of three style sheets to use for the page: mobile.css, tablet.css, or desktop.css. Make sure these links match your CSS file names and their location.

Alternate Style Sheets

Now that your Web pages have the flexibility to access different style sheets, the next step is to optimize the layout with CSS for each of the widths specified. For example, a three-column layout could be used for desktop viewing, a two-column layout for tablets, and a one-column layout for smartphones. You should structure your HTML code with div tags in order to "float" sections of content alongside each other when appropriate. In addition to layout changes, feel free to tweak the formatting to optimize each of the three style sheets.

Here is a list of required elements to include.

  • Add media queries to each of your HTML pages to choose among alternate style sheets. Feel free to copy and paste the code above.
  • Create three separate CSS style sheets-desktop.css, tablet.css, and mobile.css-that correspond to the media queries.
  • Add div tags to logical column sections of your HTML documents.
  • Add style rules that allow your divs to float next to each other.
  • Modify each style sheet for optimal viewing with different browser widths.

Submitting Your Assignment

Upload your site files to the i6 Unix server. Your files and directories should go in the i6 directory called "public_html." Test your pages again once they are live on the Web server, varying browser width to observe style changes.

Submit the following here in NYU Classes:

  • The URL to your assignment in the general form of
  • A compressed archive containing all the files (HTML, CSS, and images) of your website

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: In this assignment you will create a new website that
Reference No:- TGS02636616

Now Priced at $30 (50% Discount)

Recommended (94%)

Rated (4.6/5)