The goal of this exercise is to practice writing html elements.
This Exercise is due by 5:59pm on January 24th, 2018.
Setup
- Download the exercise files from the Box Folder named CS0134-E2-<username> that I shared with you.
- Unzip and copy the ‘CS0134-E2-<username>’ folder onto your flash drive.
- Open index.html in Notepad++.
Goals
Each goal is worth 1 point unless otherwise noted. All of the html elements below go in index.html
- Add a title element with the following content: Web Design Rocks!
- Add an empty article element.
- Inside the article element, add a h1 element with the following content: Web Design Rocks!
- Inside the article element, add a <p> element with the following content: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur risus lorem, pulvinar at velit id, pellentesque convallis massa. Aliquam dolor ante, maximus a ex et, iaculis varius tortor. Nulla a felis nec nisi ultrices convallis sed eu nunc. Etiam aliquet metus et felis dictum, ac ultrices dui pharetra. Vivamus ut pulvinar justo, sed auctor purus. Nam dapibus porttitor accumsan. Proin nec metus cursus, lacinia quam quis, dapibus justo. Suspendisse finibus pulvinar ex non pulvinar. Nulla laoreet quam lorem, id fringilla nunc malesuada vulputate. Nulla facilisi. In justo urna, lobortis non turpis at, lobortis venenatis turpis. Vivamus viverra dolor ac urna ullamcorper imperdiet.
- Inside the article element, add a time element for the date January 17th, 2019.
- Add an img element to display the pineapple.jpg image in the images folder with the alt attribute set to “Pineapple on beach”.
- Create a footer element with a copyright notice for this year using an html entity for the copyright symbol. (2pt)
- Add an <a> element the links to the course website.
- Add a <q> element with the contents being a quote of your choice.
How to Submit Your Work
Upload your index.html file to the ‘CS0134-E2-<username>’ Box folder.
I highly recommend that each time you work on this or any other exercise, that you upload your files to Box even if you are not done with the exercise. In this way, if something happens before the submission deadline that keeps you from uploading the finished exercise, there is still something to be graded.