0
why these sentence appears in bold font and big size in the browser?
<article > <h1> hello </h1> <section> <h1> Heading </h1> <p> content and image </p> </section> <section> <h1> History <h1> <p> my history </p> (this sentence) </section> </article>
1 Answer
+ 4
Because you forgot a / to the h1 tag above this sentence. (You have two opening tag)