Computer Science, asked by sabkabaap78, 9 months ago

What a program in HTML to show the output MY FIRST PROGRAM IN HTML​

Answers

Answered by Ahnu
2

Answer:

<html>

<body>

<h1>Welcome</h1>

<p>My first program in HTML.</p>

</body>

</html>

Answered by rasbinsoundlines
0

Answer:

<!DOCTYPE html>

<html>

  <head>

      <title>My Webpage Title</title>

  </head>

  <body>

       <h1>MY FIRST PROGRAM IN HTML</h1>

  <body>

</html>

Explanation:

If you want to learn HTML for beginners level, here is a good resource

https://codewithrasbin.com/html-for-beginners-course-lesson-3-html-introduction-and-tools-to-write-html-code/

Hope this helps!

Similar questions