How to write welcome in bold and italics in HTML? Get link Facebook X Pinterest Email Other Apps By suraj sahu March 19, 2022 How to write welcome in bold and italics in HTML? <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>How to write welcome in bold and italics in HTML?</title> </head> <body> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1873531418287909" crossorigin="anonymous"></script> <div>Welcome</div> <div>BOLD : <b>Welcome</b></div> <div>ITALIC :<i>Welcome</i></div> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1873531418287909" crossorigin="anonymous"></script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1873531418287909" crossorigin="anonymous"></script><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1873531418287909" crossorigin="anonymous"></script> </body> </html> Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment