Computer Science, asked by manasvisharma3469, 11 months ago

Write a html program to write your name with underline

Answers

Answered by ronitakki3
0

Answer:

Here's the code

Explanation:

***START CODE***

<html>

<head><title>Writing my name with underline</title></head>

<body>

<p><u>Akshat Gautam</u></p>

</body>

</html>

***END CODE***

I hope it works. Please leave your rating.

Regards,

Akshat Gautam

Similar questions