-->

HTml to set up the page

<html>
<head><!--for meta tag-->
<title><!-- for title-->
margin set up
</title>
</head>
<body  topmargin="200px" bottommargin="200px">
     <!-- here, topmargin and bottommargin are attributes-->
     <!--similarly, we can also use rightmargin and leftmargin-->
     <!--It sets up the margin/some space on either side like we use in our note copy-->
I am learning web-page.<!-- it gets displayed in browser-->
</body><!--closing -->

</html><!-- closing-->

 

No comments:

Post a Comment