Interviewer And Interviewee Guide

HTML Developer Interview Question:

Write an HTML table tag sequence that outputs the following:
10 pcs 200 300
20 pcs 3 40

Submitted by: Muhammad
<table>
<tr>
<td>10 pcs</td>
<td>200</td>
<td>300</td>
</tr>
<tr>
<td>20 pcs</td>
<td>3</td>
<td>40</td>
</tr>
</table>
Submitted by: Muhammad

Read Online HTML Developer Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.