10 p elements within .main-section

I have more than 10 p elements within my .main-section

Your code so far

<section class="main-section" id="Introduction">
<header><u>Introduction</u></header>
<br>
<p>
<b><i>Ubiquitous</b></i> is your one stop shop, where you can order and buy at the convenience of your home.
</p>
<p>
we deliver the items, at your door step.
</p>
<p>
We even queue for you, so that you don't have to rush, during a busy day.
</p>
<br>
</section>
<section class="main-section" id="Services">
<header><b>Services</b></header>
<p>
</section>
  <code>Function GreetUs (YourName);</code>
  <ul>
    <li>Queue</li>
    <li>Compare</li>
    <li>Buy</li>
    <li>Deliver</li>
    <li>Collect</li>
  </ul>  
</p>

<section class="main-section" id="Contact">
<header><b>Contact</b></Header>
</section>
<p>
  <b>Email:</b> ubiquitous@gmail.com
</p>
<p>
  <b>Cell No:</b> +27633696944
</p>
<br>
<code><button>Promotions</button></code>
<code><button>Vouchers</button></code>

<section class="main-section" id="Trading">
<header><b>Trading</b></Header><br>
</section>
<p>
  Mon-Sun
</p>

 <p> 
  08:00-18:00(Grocery &Clothing Stores)
</p>

<p>
  10:00-22:00(Alcohol & Food outlets)
</p>

<p>
Please leave a comment below,so that we can improve our service to suit your needs
</p>
<p>
THANK YOU, VISIT AGAIN SOON.
</p>
<section class="main-section" id="Comment">
<header><button>Comment</button></header>
</section>

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36

Challenge: Build a Technical Documentation Page

Link to the challenge:

You do have more than 10 p elements in your html doc.
But there are less than 10 para’s in the .main-section elements.

Just add a few more para’s to the .main-section elements, or insert the current <p>'s into one of the .main-section elements.

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