Saturday, October 3, 2015

html beginner tutorial adding body in html


            how to put a body in html

<html>

<title>
</title>
<body>

this is the body tag what ever you put here will show on your website

</body>

</html>


So the body tag starts with<body> and end with</body>




No comments:

Post a Comment