Hi, Khulekani Gcaba.
Congratulations on completing the Social Links Profile Challenge! 👏🏽 🎉
I have a suggestion for you, if you don't mind. I noticed in your HTML that you used two header tags: h2
and h5
.
It's important when using header tags to start with h1
and then proceed in descending order of priority. In your current code, you didn't start with h1
but instead went straight to h2
, and then jumped to h5
. I understand that you may have chosen these tags based on their sizes – we've all made that mistake at some point.
Moving forward, it's better to start with the <h1>
tag for your most important text, and then progress downwards like a flight of stairs.
This principle ensures that your webpage is well-structured and accessible to everyone, including those who use screen readers. These also ensures you website is propely optimised for search engines.
It is interesting if you can check out more information on why the proper usage of header tags are important for web development, I recommend reading the following article
Great work!
I hope you find this suggestion helpful.
Happy coding! 🥂