Answers for "basic html programs"

0

simple program of html

<html>
  <body>
    <head>
      <title>Hello</title>
      <h1>Hello World!!</h1>
    </head>
    <h2>Made By Darsh Garg</h2>
  </body>
</html>
This program is very simple for beginners

Thank You
Posted by: Guest on April-02-2021
0

basic html codes

<html> </html>
<body> </body>
<h1> </h1>
<br>
<p> </p>
<head> </head>
Posted by: Guest on November-22-2020

Code answers related to "basic html programs"

Browse Popular Code Answers by Language