Write the HTML code to generate the following table on a Web page with the contents and alignment exactly as shown below:

MOVID MOVNAME ACTORS
M001 HIT FACTORY 4
4 views

1 Answers

The HTML code is

MOVTD MOVNAME ACTORS
M001 HIT FACTORY 4

4 views