Answers for "html program for website"

6

simple html website coding

<!DOCTYPE html>
<html>
<head>
<style>
body {background="purple";}
</style>
<title>Page Title<title>
</head>
<body>
<h1>Yay</h1>
<p>yay is a word used to describe that your happy!</p>
</body>
</html>
Posted by: Guest on September-11-2020
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

Browse Popular Code Answers by Language