Computer Science, asked by chetanno1, 1 year ago

computer science question class 10

Attachments:

Answers

Answered by rohitg12
0
i can help you with Q8

ans:-

<html>
<head></head>
<body>
<table border=0> <tr><td>NAME</td><td width=100> </td><td>CLASS</td></tr>
<tr><td>RAVI</td><td width=100> </td><td>X</td></td></tr>
<tr><td>SHUBAM</td><td width=100> </td><td>X</td></tr></table>
</body>
</html>


hope this will help you!
Answered by anshgoodboy85
1

Answer:

easy answer to your question is by using <pre> tag

Explanation:

<html>

<title>anonymous</title>

<h1> student's profile</h1>

<body>

<pre>

   NAME                                       CLASS

    RAVI                                               X

    SHUBHAM                                      X

</pre>

</body>

</html>

Similar questions