1. Write a program as per the given details:
class name : Myself
My name:
Father's name:
Postal address:
Contact Number:
The program displays all the details on the output screen.
Answers
Answered by
4
Answer:
Which program hotel or what
Answered by
5
Answer:
<html>
<h1 align="center"> Myself </h1>
<tr>
<th> My name: ......... </th>
</tr>
<tr>
<th> Father's name: ............. </th>
</tr>
<tr>
<th> Postal address: ............... </th>
</tr>
<tr>
<th> Contact Number: ...................</th>
</tr>
</html>
Explanation:
On the blanks, you can write your information.
Similar questions