My issue
Everything
My code
// your code goes here
Learning course: Learn HTML / CSS
Problem Link: Paragraph in HTML in HTML / CSS
Everything
// your code goes here
Learning course: Learn HTML / CSS
Problem Link: Paragraph in HTML in HTML / CSS
Use paragraph tag for paragraph we use <p> Hello </p> to write paragraph
Use heading tag for heading we use <h1> Heading </h1> this tag is use to give heading in biggest font.
Use other heading tags like <h2> Hello </h2> like this for different size.
This is my first para