Tribute Page Feedback please :)

Hi, I am new to coding, I tried my best to create a tribute page which is very similar to what the Example tribute page looks like.

I have create 2 tribute pages.

1: Steve Jobs
2:Swami Vivekananda

Thanks,

Hi @satish030587,

Swami Vivekananda

HTML inspector:

  • This code is not correct:
<img src="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcS5BgfaqOwb98HchB5VTR3gFCYr3bkFUIF4ng4Tni6kHxoWfuGwWQ"
</img>

MDN documentation:
<img>: The Image Embed element - HTML: HyperText Markup Language | MDN

Tag omission
Must have a start tag and must not have an end tag.

Example 1: Alternative text
<img src="mdn-logo-sm.png" alt="MDN">

  • “Please find the timeline of Swami Vivekananda” is not a valid attribute of the div element:
<div class="caption-text"   <-- here, you need a ">"
Please find 
the timeline of Swami Vivekananda
</div>
  • Unclosed ul element is affecting the rest of the code :
<ul>
     <li><strong>1863</strong> — Birth of Swami Vivekananda, born on January 12, Monday, in Calcutta. Father Vishwanath Dutta, a famous and important attorney. Mother Bhuvaneswari Devi, a pious lady.</li>
...

Cheers and happy coding :slight_smile:

Hey yeah I corrected all those errors, thanks for pointing out.

1 Like

I like it. I’m also starting my tribute page and I’m totally new to coding. I hope I will be able to put into practice what I learnt.

Thanks Mutsa1, just don’t give up. I am also new to coding.

Happy coding :slight_smile:

Hello Satish,

I’ve just looked at the tribute pages and it looks very organised and nice!.
Keep up the good work! :+1:

Thank you Chiefbas all the best to you too.