Dr. APJ Abdul Kalam Tribute Page

Hi there, i have just finished my first project.
This is my Tribute Page for Dr. APJ Abdul Kalam.

Your feedback is appreciated.

Thank you

LINK: https://codepen.io/Gurkaran/pen/KggrAQ

Hi

HTML

  • The β€˜alt’ attribute is required for <img> elements.
<image   src='http://www.abdulkalam.com/kalam/theme/assets/images/Announcements.jpg' class='color img img-thumbnail ' style='background-color:rgb(100,100,100)' width=910px>
  • The <p> element cannot be a child of the <ul> element.
    (your code has this scheme)
<ul>
 <li><p><strong></strong> 
 </li>
</p>     <!--here -->
...

Cheers and happy coding :slight_smile:

Thanks for the feedback:slight_smile:

1 Like