我打算做什么的形象:
需要帮助才能实际添加这些文本框,以便我可以输入它。我目前只使用字段集,但我不知道如何给它一个位置。如果有人对如何做到这一点有任何理想,请教我.. -编码初学者。
<html>
<head>
<title>Assignment 2 </title>
<!-- -->
</head>
<body>
<center><h1 Style=color:Lime> Movie review<h1></center>
<img src="movie logo.jpg" width="200" height="200" border="2" alt="Logo">
<br>
<fieldset>
Commedy movie
</fieldset>
<hr>
<center>
<a href="https://www.rottentomatoes.com/">For more Movies Review click here.</a>
</center>
</body>
</head>
