Computer Science, asked by suryansh282, 1 month ago

WAP in HTML to print your name class age your father address photograph ( background should be black text should be white ) name should be bold font size should be more than 40​

Answers

Answered by bhuyanshazida
0

<html>

<head>

<title>Your Title</title>

</head>

<body bgcolor="black">

<font color="white" size="40">

Name:<b>Your Name<b>

Age:Your Age

Father's name:Your Father's name

Address:Write your Address

<imd src="image name.any extension">

</font>

</body>

</html>

Note:The image and file should be in the same folder

Please mark this answer as brainliest

Similar questions