Learning course: Learn HTML / CSS
Problem Link: CodeChef: Practical coding for everyone
Feedback
There is sometimes problems about submitting the page. As you told I copy paste the text but this page told me that did you add the 2 separate paragraphs as per task 1
@arsh2109ebagga
- To match TASK requirements you should first see what is mentioned in the question and the task.
- And according to the task, it is necessary for you to have this below solution.
<h1> Task 1</h1>
<!-- Type your code for task 1 below this line -->
<p> This is how it would look without the break tag </p>
<p> Oh! Got it! </p>
<h1> Task 2</h1>
<!-- Type your code for task 2 below this line -->
<p> This is how it would look with the break tag.<br> Ah! Got it!</p>