- Forums
- HTML
- How To Properly Make Create A Simple Good HTML Home Page Tutorial
This Page Contains information about How To Properly Make Create A Simple Good HTML Home Page Tutorial By webmaster in category HTML with 1 Replies. [676], Last Updated: Sat May 18, 2024
webmaster
Tue Dec 05, 2006
1 Comments
1427 Visits
The simple basics of a good web designer is to know where to place each tag and to always make sure you close your tags.
an good example of a simple proper html file would look like this:
1. open your text editor and copy and past the following:
CODE:
<html>
<head><title>The Page Title Goes Here</title></head>
<body>
You can add any conent in betweend the boby tags
</body>
</html>
2. now you can save this file as wallpaperama.html and upload to your web site, once you open it you should see your page.
* if you don't have a web hosting company yet, you can visit our friends are www.webune.com and buy a web hosting plan for your domain name.
how do you create this form
i was having problem with the submit button
how do you make the form submitted to a target email?
https://www.wallpaperama.com/forums/how-to-properly-make-create-a-simple-good-html-home-page-tutorial-t560.html