randomposts
Powered by Blogger.

Create an html page that will show your name and address in a proper format with following title and heading. Title = “ Welcome to my Home Page” Heading = “ This is my First Page HTML PAGE” Write HTML CODE

No comments

 



Create an html page that will show your name and address in a proper format with following title and heading. Title = “ Welcome to my Home Page” Heading = “ This is my First Page HTML PAGE” Write HTML CODE

<html>
     <head>
           <title>Welcome To First Basic Structure HTML Page</title>
           <h1><u><center>This is May First Web Page</center></u></h1>
     </head>
     <body text="blue">
           <Font face="Trebuchet MS" size="5" color="green">
           <center>
           <address>
                Yagnik Gorasiya <br>
                Inneraddress,<br>
                Main address line,<br>
                Line-2,<br>
                Areas Pickup,<br>
                City-code
           </address>
           </center>
     </body>
</html>




No comments :

Post a Comment