Please check out my second attempt at the tribute page. Any comments/criticisms and especially help , welcomed.
Welcome back @Stephens1313. Your page looks good. Some things to revisit;
- Run your HTML code through the W3C validator.
- There are HTML coding errors you should be aware of and address.
- Since copy/paste from codepen you can ignore the first warning and first two errors.
- Do not use the
<br>
element to force line breaks or spacing. That’s what CSS is for. - Do not use inline styling. Make all of your styling external. (It’s a lot easier from a maintenance standpoint.)
- Plus, you have one style for
p
text in HTML and another in CSS. Which one is winning?
- Plus, you have one style for
- Review the lesson about giving meaningful text to links.
- Web Accessibility in Mind has a more thorough explanation.
- “biography” is not accessible
1 Like
I will definitely check that out and address those problems , thank you.
1 Like