Posts

Showing posts from March, 2021

Document to create a heading (HTML)

Image
 Hi, Today I give you a HTML code to create a heading. <!doctype html>  <html>  <head>  <title> My Website </title>  </head>  <body>  <h1> This is my heading </h1>  </body>  </html> If you want more HTML codes then must follow our blog.