My issue
Ans
My code
// your code goes here
Learning course: Learn HTML / CSS
Problem Link: HTML Headings Practice Problem in HTML / CSS - CodeChef
Ans
// your code goes here
Learning course: Learn HTML / CSS
Problem Link: HTML Headings Practice Problem in HTML / CSS - CodeChef
Refer this write simple three heading tag with some pre-defined statements given in the problem.
<h2> Random text </h2>
<h4> More random text </h4>
<h5> Even more random text </h5>