please make a html program for the question.
Note : this page must include a different background or text colour and use proper HTML tags.
Um not being rude but I want correct answer no irrelevant answers or I'll report you this time .
Answers
Program:
<!DOCTYPE html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<title>Wow! It's a HTML program</title>
</head>
<body bgcolor="black">
<font color="#FFFFFF">
<form>
Name:<input type="text" name="Name" value="Name"><br>
Age:<input type="text" name="Age" value="Age"><br>
Grade:<input type="text" name="Grade" value="Grade"><br>
Hobbies:<input type="text" name="Hobbies" value="Hobbies"><br>
After high school, I would like to be:<input type="text" name="After high school, I would like to be" value="After high school, I would like to be"><br>
My top three favourite TV shows are:<br>
<ul type="disc">
<li><input type="text" name="TV shows" value="No.1"></li><br>
<li><input type="text" name="TV shows" value="No.2"></li><br>
<li><input type="text" name="TV shows" value="No.3"></li><br>
</ul>
My top 3 favourite movies are:
<ul type="disc">
<li><input type="text" name="Movies" value="No.1"></li><br>
<li><input type="text" name="Movies" value="No.2"></li><br>
<li><input type="text" name="Movies" value="No.3"></li><br>
</ul>
My top 3 favourite artists or bands are:<br>
<ul type="disc">
<li><input type="text" name="Music artists or bands" value="No.1"></li><br>
<li><input type="text" name="Music artists or bands" value="No.2"></li><br>
<li><input type="text" name="Music artists or bands" value="No.3"></li><br>
</ul>
</form>
</font>
</body>
</html>
Recommendation:
Please mark me the Brainliest and Click on Thanks.