Programming Homework Help
Wilmington University Dog Hall of Fame Webpages
Get Your Custom Essay Written From Scratch
We have worked on a similar problem. If you need help click order now button and submit your assignment instructions.
Just from $13/Page
Part 1:
In Week 4, you styled the Dog Hall of Fame webpages. In this exercise, you will update
those pages to apply the principles of responsive design. Do the following activities
- Open the external style sheet you created in Week 4 and save it with the name css in the styles folder within the your class folder.
- Add your name and the current date as a comment to the first line of the dogstyles05.css file.
- Open the files you created for the Dog Hall of Fame in Chapter 4 in your HTML editor and make sure your name and the current date are added as a comment to the first line of all files.
- Modify the link to the external style sheet to reference dogstyles05.css.
- Decide what responsive design principles you want to employ. At a minimum, update the HTML and CSS files to do the following:
- Add the viewport meta tag.
- Create flexible images.
- Create a fluid layout.
- Determine the essential content for each page to be displayed for a mobile viewport.
- Design a navigation system suitable for a mobile viewport.
- Refine your style sheet as needed to add margins and padding using em units of measure.
- Save and test your files.
Part 2:
In Part 1 of this week lab, you styled the Dog Hall of Fame webpages for a mobile viewport. In this this part, you will update those pages to apply media queries for tablet and desktop viewports. Do the following activities:
- Open the external style sheet you created in part 1 and save it with the name css
- Add your name and the current date as a comment to the first line of the dogstyles06.css file
- Open the files you created for the Dog Hall of Fame in part 1 in your HTML editor and make sure your name and the current date are added as a comment to the first line of all files.
- Modify the link to the external style sheet to reference dogstyles06.css.
- Decide how you will design the tablet and desktop viewports. At a minimum, update the HTML and CSS files to do the following:
- Create a media query for tablet and desktop viewports.
- Create style rules for tablet and desktop viewports.
- Create style rules for pseudo-classes within the desktop viewport.
- Apply a gradient to the webpages in the tablet and desktop viewports.
- Hide the mobile class for the tablet and desktop viewports.
- Display the desktop class for the tablet and desktop viewports.
- Refine your style sheet as desired.
- Adjust viewport widths where necessary.
- Add comments to note all changes and updates.
- Save and test your files.
- Validate and correct your HTML and CSS files.