Build a Tribute Page: Feedback & Clarifications

Hello everyone,

This is my first webpage build. It would be a great help for me if you could let me know your feedback on the code written.

Tribute to Dr. APJ

Also, could you please clarify the below doubts ?

  1. In the page, I have created a grid layout using <div class="col-sm-4 col-md-4 col-lg-4">and I have created three cols in a single row. As I needed in a row format, I have enclosed all the three under class row. But in the page, the third column didn’t appeared in the same row. So, I added the class row in the third column as <div class="row col-sm-4 col-md-4 col-lg-4">. After this all the three columns appeared in the same row. I couldn’t understand this behaviour. Please help.

Thanks again for your time.