Computer Science, asked by deepkirtishree, 5 months ago

Write a program in HTML to display your name
in different heading.​

Answers

Answered by faiyaz9941
2

Answer:

program in HTML to display your name

in different heading.

<HTML>

<HEAD>

</HEAD>

<TITLE> Your Name </TITLE>

<BODY>

Your Name

</BODY>

</HTML>

Similar questions