How To Properly Make Create A Simple Good HTML Home Page Tutorial

Mobile
feeds
Welcome Login | Register

How To Properly Make Create A Simple Good HTML Home Page Tutorial
  Forums Index
      » HTML Forums
        » » How To Properly Make Create A Simple Good HTML Home Page Tutorial



How To Properly Make Create A Simple Good HTML Home Page Tutorial
Post Description:
Post Tags: how, to, properly, make, create, a, simple, good, html, home, page, tutorial, html questions, answers, websites, internte, web
This Post Has Been Viewed 1000 Times Since Tue Dec 05, 2006 11:18 am Posted By webmaster with 1 replies
Next Post »» How To Make Create An Easy Simple PHP Web Page Using PHP by Example
How To Properly Make Create A Simple Good HTML Home Page Tutorial
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.


Leave Your Comments






Share
URL:
You can use this HTML code to put it on your website to show your friends this wallpaper. Use this code on your profile like myspace, friendster, Facebook or others. Just Copy and Paste it in your HTML on your websites



Fourms BBCODE:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums





Comments and replies About How To Properly Make Create A Simple Good HTML Home Page Tutorial




:: 1 :: Reply #1092 Reply By James On Wed Mar 28, 2007 3:48 am
this is what i was looking for
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?