why these sentence appears in bold font and big size in the browser? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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>

8th Nov 2016, 7:12 PM
Ahmed Alfy
Ahmed Alfy - avatar
1 Answer
+ 4
Because you forgot a / to the h1 tag above this sentence. (You have two opening tag)
8th Nov 2016, 7:17 PM
Volts
Volts - avatar