Computer Science, asked by agrawalmayan53, 9 months ago

write a html program to display output explaining "about yourself" and <h1> <b> <i> <u> <strike> bg color <center> <br> <p> tags compulsorily​

Answers

Answered by himanshu0598
0

Explanation:

<html>

<head>

About yourself

</head>

<body>

<h1> My Name is Xyz

</h1>

</body>

</html>

Similar questions