<h1>This is heading 1<b></h1> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

<h1>This is heading 1<b></h1>

what is this <b> tag??

29th Nov 2016, 4:01 AM
SM Shoeb
SM Shoeb - avatar
5 Answers
+ 1
well <b> have its closing tag and in your case <h1>this is heading 1<b><h1> wont work as nothing in bold section and h1 is already big enough thn bold font so it basically wont show one more thing why im supposing you were asking for <br> rather thn <b>
29th Nov 2016, 4:26 AM
Dhruv Saxena
Dhruv Saxena - avatar
+ 1
idk why this code even have <b> tag
29th Nov 2016, 4:31 AM
Dhruv Saxena
Dhruv Saxena - avatar
0
<b> tag is for bold. it makes font a bit bold thn others <p> this is <b>bold</b></p>
29th Nov 2016, 4:09 AM
Dhruv Saxena
Dhruv Saxena - avatar
0
but there is no closing tag I've got this form sololearn practise.. and I don't understand what is this
29th Nov 2016, 4:23 AM
SM Shoeb
SM Shoeb - avatar
0
<html> <head> <title>first page</title> </head> <body> <h1>This is heading 1<b></h1> <h2>This is heading 2<b></h2> <h3>This is heading 3<b></h3> <h4>This is heading 4<b></h4> <h5>This is heading 5<b></h5> <h6>This is heading 6<b></h6> </body> </html> here is the code
29th Nov 2016, 4:29 AM
SM Shoeb
SM Shoeb - avatar