How to write welcome in bold and italics in HTML?
How to write welcome in bold and italics in HTML? <html> <head> <title> How to write welcome in bold and italics in HTML? <title> </head> <strong>Welcome</strong> or <b>Welcome</b> <em>Welcome</em> or <i>Welcome</i> </html> Output Welcome Welcome