Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Other Topics > Computer Technical Help
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 05-22-2007, 01:30 PM
Autocratic Autocratic is offline
Senior Member
 
Join Date: Jan 2005
Location: D.C.
Posts: 3,004
Default Help me get a grasp on HTML

I figure this is the forum for this.

I have a really loose understanding of HTML, and an internship I applied for is going to require I gain a little more experience.

Does anyone have any suggestions (can be a book, website, whatever) for getting a basic foundation of HTML knowledge?
Reply With Quote
  #2  
Old 05-22-2007, 01:34 PM
erbbysam erbbysam is offline
Senior Member
 
Join Date: Aug 2006
Location: life rewards bold&aggro moves
Posts: 314
Default Re: Help me get a grasp on HTML

http://htmlgoodies.com/ is decent... if you go to any book store there going to be 10+ books which will all work for ya also... generally it's best to learn by actually attempting to create your own sites.
Reply With Quote
  #3  
Old 05-22-2007, 01:51 PM
Kowalski Kowalski is offline
Senior Member
 
Join Date: Jul 2005
Location: FUBARRRRRR
Posts: 1,092
Default Re: Help me get a grasp on HTML

Remember that web programming is like cooking. You need to add specific amounts of different ingredients to get the finished product. HTML is used for structure, CSS is used for styling, Javascript is used for interaction, php is used for services.

Basically what I'm trying to say is, don't put the styling in the HTML. For example, if you want to color the background of a page, it should be done in a style sheet, and not in the html. A lot of people don't understand this, and it leads to inefficient websites.

There are a ton of books/sites available. Some good sites are:

w3schools.com
and
w3.org
Reply With Quote
  #4  
Old 05-22-2007, 03:08 PM
SamIAm SamIAm is offline
Senior Member
 
Join Date: Apr 2004
Location: Merry Chhannukaahh
Posts: 6,273
Default Re: Help me get a grasp on HTML

[ QUOTE ]
generally it's best to learn by actually attempting to create your own sites.

[/ QUOTE ]
Agreed. I think most people learned by wanting to make some page, and then stealing code from the interweb.

I'm sure there's html I don't know, just because I haven't had to steal it from anybody yet.
Reply With Quote
  #5  
Old 05-22-2007, 05:33 PM
PokerImprov PokerImprov is offline
Member
 
Join Date: May 2007
Location: within 10 feet of a computer
Posts: 50
Default Re: Help me get a grasp on HTML

You will be surprised how much you learn from stealing code from websites. Now, some of the nicer websites will be using a lot of javascript or php that you wont be able to copy.

But practice makes perfect. You can create the same page (appearence) 10 different ways. Its just how you organize it that is up to you.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:25 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.