Computer Science, asked by Poorna07, 8 months ago

Write a html program to display your friends name by using a heading tag​

Answers

Answered by mk5643931
1

Answer:

<html>

<head>

<title> Hey What's upp</title>

</head>

<body>

<h1> follow me </h1>

</body>

</html>

Similar questions