@opplayzSubmitted about 3 years ago
Hi, I'm new to HTML and CSS. I know that my code isn't practical. If you can, please give me some suggestions on how I can clean up my code. Thanks!
Hi, I'm new to HTML and CSS. I know that my code isn't practical. If you can, please give me some suggestions on how I can clean up my code. Thanks!
for the html issues, you should remove the styling of width, height and <center> and do it in your separate css file so that it's easier to style it. For the accessibility issue, it said that you should add a main class on your body, and you can change the <div class="attribution"> to <footer class="attribution"> to remove the accessibility issue.
Do leave any comments. I'm new at this field. So any suggestion would help.
Hi! for the accessibility issue, replace the div to footer.