Friday, October 17, 2014

Body Tag With attributes example in html


Write A HTML code use <body> tag.
Code :body.html

<html>
<head>
<title>example of BODY tag</title></head>

<body bgcolor="yellow" text="red" title="body"> This is body part </body>
</html>


No comments: