Write a html program to display your friends name by using a heading tag
Answers
Answered by
1
Answer:
<html>
<head>
<title> Hey What's upp</title>
</head>
<body>
<h1> follow me </h1>
</body>
</html>
Similar questions