APJ Abdul Kalam - Tribute Page

Hey Guys,

This is my very first Tribute Page. Any feedback would be greatly appreciated!

Tribute Page - Dr. APJ Abdul Kalam

Hi

HTML Codepenlinter:

  • The ‘alt’ attribute is required for img elements.
<img class="img-responsive" src="https://i.ytimg.com/vi/YOAuIhIw4HE/maxresdefault.jpg">
<p>
  • The h2 element cannot be a child of the ul element.
<ul>
<h2>TimeLine</h2>

Cheers and happy coding :slight_smile:

thanks for the feedback @Diego_Perez