Background inserting code:-
<html>
<head>
<title>my first page</title>
</head>
<body background="picture.gif">
hello!!.. world
</body>
</html>
OUTPUT
Background colour code:-
<html>
<head>
<title>my first page</title>
</head>
<body bgcolor="light blue">("or any colour name")
hello!!.. world
</body>
</html>
OUTPUT
<html>
<head>
<title>my first page</title>
</head>
<body background="picture.gif">
hello!!.. world
</body>
</html>
OUTPUT
Background colour code:-
<html>
<head>
<title>my first page</title>
</head>
<body bgcolor="light blue">("or any colour name")
hello!!.. world
</body>
</html>
OUTPUT
No comments:
Post a Comment