Saturday, January 11, 2020

Body Tags


These tags are used to define a structure for the code .Body tag contain a two attribute

vBack ground color 

<html>
<head>
<title>this is my first web page</title>
</head>
<body bgcolor=pink>
</body>
</html>


vBackground Image
<html>
<head>
<title>this is my first web page</title>
</head>
<body background=rose.jpg>
</body>
</html>


When Image in another Location


<body background=D:\rose.jpg>

No comments:

Post a Comment

Assessment Paper 10

Vtapage.html <html> <head> <title> VTA </title> </head> <body> <h1> VTA <...