This blog is for learn web development, web designing, web programming and type of web application creating. You can gain a goal of life to learn web programming
Sunday, April 12, 2020
Start with basics of HTML
<html> <head> <title>First Post</title> </head> <body> <h1>My Fist Post</h1> <p> This is my first html post.</p> </body> </html>
No comments:
Post a Comment