This is a simple code to make your web page :
1. Open the notpad
2. Write the code below
3. Save the document as *.html
That's it
1. Open the notpad
2. Write the code below
| Code: |
| <Html>
<head> <title>your title</title> </head> <body> your content here ! </body> </Html> |
3. Save the document as *.html
That's it
