helpppppp meeeee!!!

liunx

Guest
If you are having a hard time reading these words highlight them with your mouse it does wondersHi all, you see i have a small problem im extremely new and im taking a class in college on web page building but im not understanding it to much I know the basic stuff like <br />
<br />
<head><b><h1><body bgcolor=red this is a cool site</b><br />
<br />
Now you cant tell me you all started out being a pro at web designing. And what im really looking for is just for people to list random html codes for me so i can learn them and use them in the future. So if you have the time and patience please make a list of some of the html codes and what they do as in the purpose in the code that are usfull to me being a newbie and all and trust me man im a pretty cool guy once youget to know me we might hit it off right off the bat and the only reason I even like to write html is because I love to sit at a computer for hours on end tell I get so sick of it that I have to stay off the computer for a week or two but if u help me out it would be greatly appreciated thanx to all that help and even to the people that took the time to read my thread.<br />
<br />
oh ya ps. this is the only avatar i can use at the moment so if u wanna make me on or let me use one you have made in the past please feel free to let me look at it I would really appreciate it ii dont matter what the avatar is of just as long as it is decsent.<!--content-->The link to start:<br />
<!-- m --><a class="postlink" href="http://www.htmlhelp.com/faq/html/">http://www.htmlhelp.com/faq/html/</a><!-- m --><br />
The link to a tutorial of "Arachnophilia" the html editor:<br />
<!-- m --><a class="postlink" href="http://members.tripodnet.nl/vazed">http://members.tripodnet.nl/vazed</a><!-- m --><br />
<br />
\\\\\\\ ******** /////////<br />
Html does not make a site......<br />
The man/woman using the html is creating a site ;)<br />
/////// ********* \\\\\\\\\<!--content-->Hey crazy guy welcome!<br />
<br />
I reckon [as I ain't much more that a newbie myself]<br />
I would go to Webmonkey (<!-- m --><a class="postlink" href="http://www.webmonkey.com">http://www.webmonkey.com</a><!-- m -->) as a good place to start, they have acheet sheet there too!<br />
<br />
look around this site tho there are thousands of good learning resources. Good luck pal!!<br />
<br />
<br />
d<!--content-->There are some sites which a a list of html tags and what each tags does <br />
<br />
<!-- m --><a class="postlink" href="http://www.willcam.com/cmat/html/crossref.html">http://www.willcam.com/cmat/html/crossref.html</a><!-- m --><br />
<br />
<!-- m --><a class="postlink" href="http://hotwired.lycos.com/webmonkey/reference/html_cheatsheet">http://hotwired.lycos.com/webmonkey/ref ... cheatsheet</a><!-- m --><br />
<br />
<!-- m --><a class="postlink" href="http://builder.cnet.com/webbuilding/0-3881-8-5893399-10.html">http://builder.cnet.com/webbuilding/0-3 ... 99-10.html</a><!-- m --><br />
<br />
<!-- m --><a class="postlink" href="http://builder.cnet.com/webbuilding/0-7530-8-5031280-1.html?tag=dir1">http://builder.cnet.com/webbuilding/0-7 ... l?tag=dir1</a><!-- m --><!--content-->thanx for all the info guys it is helping alot but still need to no one thing how do u insert a picture into the html web page this baffles me man<!--content--><img src=http://www.htmlforums.com/archive/index.php/"yourphoto.jpg"><br />
<br />
if it's in a different directory<br />
<img src=http://www.htmlforums.com/archive/index.php/"images/thumbnails/yourphoto.jpg"><br />
<br />
It's good practice to specify how big the image is too as it means the browser knows how much space to allow for the img and the page will render quicker . . . <br />
<br />
something like this:<br />
<br />
<img src=http://www.htmlforums.com/archive/index.php/"images/thumbnails/yourphoto.jpg" height="90" width="100"><br />
<br />
Oh don't forget ya ALT tags too, that'll give a description on mouseover . .<br />
see<br />
<br />
<img src=http://www.htmlforums.com/archive/index.php/"images/thumbnails/yourphoto.jpg" height="90" width="100" alt="my fantastic face!"><br />
<br />
<br />
Phew <br />
<br />
was that ok ?<br />
<br />
d<!--content-->Well htmlnewbie,<br />
<br />
one of the important things in the internet: The Link<br />
<br />
How to use an image tag:<br />
<!-- m --><a class="postlink" href="http://members.tripodnet.nl/vazed/e-im.html">http://members.tripodnet.nl/vazed/e-im.html</a><!-- m --><br />
<br />
And do not use a green font anymore,<br />
my mouse dont like it :D<!--content-->Originally posted by petervazed <br />
Well htmlnewbie,<br />
<br />
And do not use a green font anymore,<br />
my mouse dont like it :D <br />
<br />
My mouse does'nt like green too :D<!--content-->My mouse doesn't like Me! =[<br />
<br />
I ran outta cheese!<br />
<br />
d<!--content-->sorry guys if i would have none that ur mouses were going to be so stubburn i would have ask them what color you would like me to use. lol<!--content-->Originally posted by htmlnewbie <br />
sorry guys if i would have none that ur mouses were going to be so stubburn i would have ask them what color you would like me to use. lol <br />
<br />
Mice like only Black colour.They are alergic to all the other colours:( <br />
<br />
:D<!--content-->a few cats because i just happened to find a new color to make ur mice mad lol<!--content-->The thing that you should learn the most would have to be tables and alignments. But I remember when I first started,I always liked the <marquee> TAG. That was always my favorate. In case you dont know,that is scrolling text. But I first learned at Webmonkey.com THEY ARE AWESOME. They have this thing,were you type in the HTML code and it displays it. Kinda like a HTML editor,but they tell you what to do. I think if you stil are having trouble,then go to htmlgoodies.com (Were I am learning PERL), or webmonkey.com (Were I learned HTML and Javascript.) They are the best. Well,that is all I can do for ya right now. I will see everyone laterz.<!--content-->Thanks alot man I already new about webmonkey but i didnt no they had a tag editor there so it helps me out a bit lol i havent tried ur other site yet but im gonna take a look.<!--content-->
 
Back
Top