The objective of this challange is to copy the given broken code from the Rice files from git lab is to change the HTML, and the CSS code to make it more readable and more efficent for other coders to change something if they need to.
- make the webpage more accessible
- Add Semantic Elements to the source code
- Make changes to the HTML code using Semantic Elements
- Add Alt attributes to all the image tags
- organize and reduce the repeating code in the source code.
- Make sure that the website links are all correct and that the webpage functions correctly.
Some Semantic elements that I used in my code are:
- header
- footer
- main
- article
These decribed the element meaning and functions. The semantic elememts helps others developers understand your code.