My issue
need help in submitting my task that shows the error that did you add the two separate paragraphs as per task 1?
My code
// your code goes here
Learning course: Learn HTML / CSS
Problem Link: HTML Paragraphs in HTML / CSS
need help in submitting my task that shows the error that did you add the two separate paragraphs as per task 1?
// your code goes here
Learning course: Learn HTML / CSS
Problem Link: HTML Paragraphs in HTML / CSS
It seems that you need to ensure you have added two separate paragraphs in your task. If the error is asking whether you have added two paragraphs as per the requirements of Task 1, here’s a general guide to help you meet the task expectations in HTML:
<p> tag to create each paragraph.<p> tag.html
Copy code
<p>This is the first paragraph.</p>
<p>This is the second paragraph.</p>
<p> tag is used to create paragraphs. Each paragraph is enclosed in its own <p> tag to ensure they are distinct.<p> tags, you ensure that each paragraph is treated independently, fulfilling the requirement of having two separate paragraphs.<p> Tags: Make sure you’re using the correct tags for paragraphs.<p> tag or inside other elements where they shouldn’t be.Let me know if you need more clarification or if you’d like help fixing specific code!