Tribute Page - Build a Tribute Page

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<!-- file: index.html -->


<main id="main">
<title id="title">Prophet Muhammad (S.A.W) Tribute Page</title>
<div class="container">
  <div class="jumbotron">
    <div class="row">
      <div class="col-xs-12">
    <h1 class="text-center">The Prophet Muhammad (S.A.W)</h1>
<h2 class="text-center"><em>The Islamic Prophet</em></h2>
  <div class="thumbnail"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/eb/calligraphic_representation_of_muhammad%27s_name.jpg">

<div class="caption text-center">Muhammad (S.A.W) C.570 CE-8 June 632 CE is the Prophet of Islam. From a secular historical perspective he was a Religious, Political, and Social reformer who founded Islam.</div></div>
<div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
  <h3>Here is a time line of The Prophet Muhammad (S.A.W) life:</h3>
  <ul><li><strong>570</strong> - Born in Mecca, Hejaz,Arabia</li>
  <li><strong>632</strong> - Die in Medina, Hejaz, Arabia</li>
  <h3>If you have time, you should read more about this uncompairable human being on this<a href="https://en.wikiedia.org/wiki/mahammad" target="_blank">Wikipedia entry</a>.<h3></div></div></div></div>
  <footer class="text-center">
    <hr><p>written and coded by <a href="https://www.freecodecamp.com/mmousa 8189" target="_blank">abdullateef kayode</a></footer></div>





















/* file: styles.css */
body { margin-top: 62px; background-color: #95EE95}









Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36

Challenge: Tribute Page - Build a Tribute Page

Link to the challenge:

I am unable to get the tribute page right. Any assistant please?

Yes, but first you need to explain your issue and which part point isn’t checked.

1 Like

As i run the test it was just first, third and fourth that mark for me

Your html seems to be missing some closing tags?

Go back and read your code and look for closing tags for each new tag.
As you read it, make sure you use good indentation practice to make the code look neat.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.