Project 1 The Fruit of Rev. John Lemon and Mary Moss Nelson

Tell us what’s happening:
I’m using codepend.io. When I entered something wrong I was unable to delete it several times. I cleared it once but I’m stuck again.

Can someone look at my work so far? I know I’m having problems 1) centering the page 2) hyperlinking a jpg so I created my own and 3) whatever else someone notices

Your code so far

<html>
<H1>The Fruit of Rev. John Lemon and Mary Moss Nelson</H1>
<main>
  <p>When John Lemon Nelson was born on October 18, 1870, in Arkansas, his father, John, was 40 and his mother, Dolly McNeill Nelson, was 35. He married Lillian Nelson and they had one daughter together. He later married Mary Moss. They had seven sons (John
    Lemon II, Milton Donaghey, Henry Benjamin Franklin, Conlee, Ottoway, Remzo and Luther) and four daughters (Fannie, Bernice, Mazie Louise and Netdeen). </p>

  <p>Rev. Nelson was a pastor for the United Methodist Episcopal Church and traveled by wagon to his church. During winter months when the Arkansas River would freeze, Rev. Nelson was able to take a short cut across the River on his weekly journey. He died
    of tuberculosis at home, on March 3, 1938, in Maumelle, Arkansas, at the age of 67.</p>

  <h2>Sons of John and Mary Nelson</h2>

  <img id="image" src="https://lh3.googleusercontent.com/vZR0KGk3IjF2gkyRbmxfUMe8g8E0u02jwJQKv2juLuGy_avWTClhyLCu7OpxOgiYmTBR1LLGFmw6-Kfhg_P3SZQbQ0_uoRuZMyKIgVGUMw_ymz6f00g-XxuLgzhIBasjC8kr1idjdw=w1920-h1080" alt="Nelson brothers" title="Brothers at the club!"
    width=900>
  <figcaption id="img-caption"> <i>LtoR: Milton D., Ottoway and wife, Pearline Miller, Flossie Jones, wife of Luther, Beulah Jones, sister of Flossie, and husband, David Bynum</i></figcaption>

  <p>Discover your family history on <a href="https://www.ancestry.com/" target="_blank"><strong>Ancestry</strong>.</a></p>

  <p>
    <em>”Train up a child in the way he should go,
                  [a]And when he is old he will not depart from it."</em>

    </Br>
    <em>--Proverbs 22:6</em>
  </p>

  <h3>Read about God’s promises and goodness to parents who raise their children in accordance with His Word
    <a href=”https://www.biblegateway.com/passage/?search=Proverbs+22%3A6&version=NKJV " target="_blank "><strong>New Testament NKJV</strong>.</a></h3>
        </footer>

CSS
#page-wrap {
width: 500px;
margin: 0 auto;
}

H1 {
Font-size: 54px;
}

P {
Line-height: 25px;
}

body {
background-color: #a3d5d3;
}

H2 {
text-align: center;
}

img {
max-width: 100%;
display: block;
height: auto;
img-align: center;
}


**Your browser information:**
Google Chrome

User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36</code>.

**Link to the challenge:**
https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-projects/build-a-tribute-page/

https://codepen.io/diane-nelson-trotter/pen/rRqpOG?editors=1100

Hi @dianetrotter, be careful when cutting and pasting. There’s a couple of places where you cut & pasted and the quotes don’t paste correcty. For instance the beginning quotes of the text between your emphasis tags. You can fix that easy enough. There’s another spot where that happened too.

Just a hint but instead of having a paragraph for that quote you can make it a blockquote.

Have fun coding.