computer science question class 10
Attachments:
Answers
Answered by
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!
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
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