Computer Science, asked by Anonymous, 1 year ago

《 CONTENT QUALITY REQUIRED 》

Write the HTML code to generate the following table on a Web page with the contents and alignment exactly as shown in the image.


《 NO COPIED & SPAM ANSWERS 》

Attachments:

Answers

Answered by Anonymous
3
Hi friend

Here is your answer -:

____________________________



The HTML code is...

<html>
<body)
<table border="l" width = "400”>
<tr align="right">
<th>MOVTD</th>
<th>MOVNAME</th>
<th>ACTORS</th>
</tr>
<tr align="1eft">
<td>M001</td>
<td>HIT FACTORY</td>
<td>4</td>
</tr></table></body>
</html>

__________________________


Hope it helps :)

Anonymous: Thanks again
Anonymous: My pleasure :)
Similar questions