Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to align the paragraph and text into the center?

Community Beginner ,
Dec 30, 2016 Dec 30, 2016

Screen Shot 2016-12-30 at 7.01.10 pm.png

How do I push up the paragraph "Hi everyone and welcome" to the center, below the picture?

1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Dec 30, 2016 Dec 30, 2016

You have inserted the paragraph in the incorrect place in the code. it needs to go directly following your <img> tag and before the closing </div> tag which follows the img tag:

<img src="IMAGES/My story pic.JPG width="350" height="250" alt=""/>

<p>Hi everyone and welcome</p>

</div>

<!-- end main -->

</div>

Translate
LEGEND ,
Dec 30, 2016 Dec 30, 2016

You have inserted the paragraph in the incorrect place in the code. it needs to go directly following your <img> tag and before the closing </div> tag which follows the img tag:

<img src="IMAGES/My story pic.JPG width="350" height="250" alt=""/>

<p>Hi everyone and welcome</p>

</div>

<!-- end main -->

</div>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 30, 2016 Dec 30, 2016
LATEST

omg, thankyou!!!!! :')))))))) ❤️

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines