Hello, write a program to display a background of image mytulips. gif on your web page.
Answers
Answered by
3
QUESTION
write a program to display a background of image mytulips. gif on your web page.
ANSWER
<html>
<head>
<title>my first webpage </title>
</head>
<body background = mytulips.gif>
it's my first web page showing background image
</body>
</html>
hope this helps you ♡
Answered by
24
Here is your code:-
<!DOCTYPE html>
<html>
<body bgcolor="tulips.gif">
</body>
</html>
Hope it helps you......
Similar questions
Physics,
5 months ago
Physics,
5 months ago
English,
10 months ago
Computer Science,
1 year ago
Physics,
1 year ago