I'm new to this give me a chance

admin

Administrator
Staff member
I'm new to HTML, I'm attempting be it not very successfully to learn HTML <br />
<br />
How do you design a web site using HTML? I have a website but I havent used HTML to build it. <br />
<br />
I NEED ADVICE AND HELP!!<br />
<br />
Thanks<br />
<br />
HG :)<!--content-->Wow you asked a huge question there.. lol<br />
<br />
I recommend you have a look at these sites the first one is where I learnt most of the basic stuff:<br />
<br />
<!-- m --><a class="postlink" href="http://htmlgoodies.com">http://htmlgoodies.com</a><!-- m --><br />
<br />
These guys develope the language:<br />
<br />
<!-- m --><a class="postlink" href="http://www.w3c.org">http://www.w3c.org</a><!-- m --><br />
<br />
And these guys do excellent Download <!--more-->able help files for HTML and CSS:<br />
<br />
<!-- m --><a class="postlink" href="http://www.htmlhelp.com">http://www.htmlhelp.com</a><!-- m --><!--content-->OK thanks I will ;)<!--content-->There are a few listings through this site for HTML tutorials here :<br />
<!-- m --><a class="postlink" href="http://www.123webmaster.com/Learning_Center/Tutorials/HTML/">http://www.123webmaster.com/Learning_Ce ... ials/HTML/</a><!-- m --><br />
<br />
A couple more places to check are :<br />
<!-- m --><a class="postlink" href="http://www.webmonkey.com/">http://www.webmonkey.com/</a><!-- m --><br />
<!-- m --><a class="postlink" href="http://www.htmlite.com/">http://www.htmlite.com/</a><!-- m --><br />
<!-- m --><a class="postlink" href="http://www.dynamicdrive.com/">http://www.dynamicdrive.com/</a><!-- m --><br />
<br />
Just stop by and post a question here if you have any questions along the way too ;)<!--content-->Yet another tutorial site: <!-- m --><a class="postlink" href="http://www.w3schools.com/">http://www.w3schools.com/</a><!-- m --><br />
<br />
FYI: <br />
In addition to learning HTML it is a very good idea to also learn CSS at the same time. CSS is what will allow you to achieve the desired look you'll want your site to have, and make it a lot easier to manage in the future.<br />
<br />
Don't get sucked into using the <font> tag (unless your using it to apply styles with CSS.<!--content-->i used <!-- w --><a class="postlink" href="http://www.davesite.com">www.davesite.com</a><!-- w --> and found it to be the one for me.<br />
<br />
the other thing that helped the most was viewing the page source and learning 2+2=2getha*. (use rightclick >> view source)<br />
<br />
<br />
<br />
<br />
* transmothrified sling-slang meaning "gettin' it ownnnn with de duck-tive reasoning"<!--content-->ARGH!-Too many addresses <br />
I'm using HTMLgoodies at the moment and it seems quite good. <br />
<br />
Does this make sense...<br />
<br />
<HTML><br />
<TITLE>This is my first HTML page</TITLE><br />
<H2>The Britsh Monarchy</H2><br />
<BODY>Welcome to my website about the British Monarchy. <br />
</BODY><br />
</HTML><br />
<br />
<A HREF=http://www.htmlforums.com/archive/index.php/mailto:[email protected]<Contact me</A><!--content--><HTML> <br />
<head><br />
<TITLE>This is my first HTML page</TITLE> <br />
<head><br />
<BODY><br />
<H2>The Britsh Monarchy</H2> <br />
<p>Welcome to my website about the British Monarchy. <br />
<A HREF=http://www.htmlforums.com/archive/index.php/"mailto:[email protected]">Contact me</A><br />
</BODY> <br />
</HTML> <br />
<br />
Any ontent that will be seen in the browser window needs to be in the <body> of the HTML document (generally). <br />
<br />
HTML goodies is a great site, and easy to understand. I've used it numerous times.<!--content-->I wasnt sure whether to put the paragraph in or not<br />
<br />
Thanks<br />
<br />
HG<!--content-->
 
Back
Top