Answers for "program in html"

4

start html

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

</body>
</html>
Posted by: Guest on February-12-2020
6

how to start a html file

<!DOCTYPE html>
<html>
	<head>
		<title>Page Title</title>
	</head>
	<body>
      
	</body>
</html>
Posted by: Guest on June-11-2020
3

what should i use for html

You can both use notepad(Pc), TextEdit(Mac) but thats not really good
so i would probably use atom, sublime text or visual studio code
Posted by: Guest on January-20-2021
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