Exercise 3: Chicken Soup
Due: 10/24
The purpose of this exercise is to work creating CSS Styles in Dreamweaver.
Use the mockup, reference_chicken_noodle_soup.jpg, as a guide to help you identify different elements on the page.
In this exercise, you will:
- Identify html tag structure
- Copy/Paste text from a Word Document
- Format Text using Dreamweaver
- Create Links
- Create and attach a new CSS style sheet
- Create and apply CSS styles to a webpage
- Use a Google Font
Instructions:
- Create a new branch named 'develop'
- Open reference_chicken_noodle_soup.jpg and identify the html elements needed to structure your page (Note the headings, paragraphs, lists and links)
- Create a new HTML file and save it as index.html
- Create a new div with a class of page-container
- Copy/Paste text from word doc into page container and remember to clean up any leftover word formatting.
- Using the mockup as a guide, format the text using the properties panel
- Create Links as shown in the mockup:
- Link Contact Us to your email address
- Link ‘allrecipes.com’ to http://www.allrecipes.com
- Create a new CSS style sheet named styles.css and attach it to index.html
- Use the following Google Fonts for your page:
- Headings – Sansita
- Body Copy – Open Sans
- Style your page elements using the table in the Instructions PDF
- Save your changes
- Upload your completed work to the develop branch in GitHub and commit your changes
- Merge your changes to the Master Branch