+ 1
Do this lesson means that tags like <b> or <i> or <strong> cannot be used for <h> tags?
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>
+ 3
Which lesson?
+ 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
+ 2
you can to use it perfectly
<b><i><h3>heading</h3></i></b>
or you can do it using inline css