How to create a simple web page ?

How to create a simple web or html page ?
goldocodes-logo



Creating a simple web page using html.

<html> <head> <title>This is a simple html page.</title> </head> <body> <p>This is a simple html page</p> </body> </html>


Output:

This is a simple html page.




Comments

Popular posts from this blog

What is HTML ? Html definition by GoldoCodes.

Learn Programming Languages on GoldoCodes Every Day