My issue
i am not able to solve this task
My code
// your code goes here
Learning course: Learn HTML / CSS
Problem Link: HTML Paragraphs in HTML / CSS
i am not able to solve this task
// your code goes here
Learning course: Learn HTML / CSS
Problem Link: HTML Paragraphs in HTML / CSS
@vishal110
plzz refer the following solution
<body>
<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>
</body>
thanks brother