Do this lesson means that tags like <b> or <i> or <strong> cannot be used for <h> tags? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Do this lesson means that tags like <b> or <i> or <strong> cannot be used for <h> tags?

28th Aug 2020, 12:02 PM
Rrrr
Rrrr - avatar
4 Answers
+ 6
yes you can use <b>,<i> and <strong> with heading tags. see this try on solo ide <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1><i>This is for demo</i></h1> </body> </html>
28th Aug 2020, 12:04 PM
A S Raghuvanshi
A S Raghuvanshi - avatar
+ 3
Which lesson?
28th Aug 2020, 12:06 PM
Namit Jain
Namit Jain - avatar
+ 3
Md. Nasif-ur-Rahman Rimon ohh thanks Rutika the course will be more detailed than our answers 🙃 So why don't you try the course! Instead of getting less detailed answers by us
28th Aug 2020, 12:22 PM
Namit Jain
Namit Jain - avatar
+ 2
you can to use it perfectly <b><i><h3>heading</h3></i></b> or you can do it using inline css
28th Aug 2020, 12:40 PM
Natty
Natty - avatar