You are viewing our Forum Archives. To view or take place in current topics click here.
Need Some Help - HTML Code
Posted:

Need Some Help - HTML CodePosted:

PixelTV
  • Junior Member
Status: Offline
Joined: Jan 25, 201311Year Member
Posts: 55
Reputation Power: 2
Status: Offline
Joined: Jan 25, 201311Year Member
Posts: 55
Reputation Power: 2
If there is anyone that can teach me some HTML codeing for websites. Planning to go into web design and need to learn some coding. May pay money if i think the lesson is worth it.

Just reply if you can

--Pixel
#2. Posted:
vMrMusclex
  • Junior Member
Status: Offline
Joined: May 21, 201112Year Member
Posts: 59
Reputation Power: 3
Status: Offline
Joined: May 21, 201112Year Member
Posts: 59
Reputation Power: 3
You don't need to pay anyone, there are lots of videos on youtube that you can watch.

Also i would learn CSS to as HTML can only get you so far.
#3. Posted:
Nic
  • Retired Staff
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
Motto: I've been watching you all day.
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
If you're a beginner, W3schools is a good place to start: [ Register or Signin to view external links. ]

I also recommend downloading and messing around with free website templates (just Google them). See what happens when you change certain elements/attributes.
#4. Posted:
djbgoose
  • New Member
Status: Offline
Joined: Dec 09, 201112Year Member
Posts: 9
Reputation Power: 0
Status: Offline
Joined: Dec 09, 201112Year Member
Posts: 9
Reputation Power: 0
I use this great site called codecademy.com it covers alot of programming types like Web fundementals(HTML,css,etc), Javascript, Ruby, Python,Apls,Jquery. It's truly a great site try it out ;) Just create an account and click learn
#5. Posted:
MrNedinator
  • New Member
Status: Offline
Joined: Feb 13, 201311Year Member
Posts: 48
Reputation Power: 2
Status: Offline
Joined: Feb 13, 201311Year Member
Posts: 48
Reputation Power: 2
djbgoose wrote I use this great site called codecademy.com it covers alot of programming types like Web fundementals(HTML,css,etc), Javascript, Ruby, Python,Apls,Jquery. It's truly a great site try it out ;) Just create an account and click learn


I've been looking for somewhere to learn Javascript actually. Might check that out.
#6. Posted:
MLP
  • TTG Contender
Status: Offline
Joined: Oct 26, 201013Year Member
Posts: 3,869
Reputation Power: 177
Status: Offline
Joined: Oct 26, 201013Year Member
Posts: 3,869
Reputation Power: 177
MrNedinator wrote
djbgoose wrote I use this great site called codecademy.com it covers alot of programming types like Web fundementals(HTML,css,etc), Javascript, Ruby, Python,Apls,Jquery. It's truly a great site try it out ;) Just create an account and click learn


I've been looking for somewhere to learn Javascript actually. Might check that out.


I didn't wind w3schools javascript tutorials as good as thenewbostons.
Javascript
[ Register or Signin to view external links. ]
Jquery
[ Register or Signin to view external links. ]
#7. Posted:
Badger246
  • Ladder Climber
Status: Offline
Joined: Jul 20, 201112Year Member
Posts: 371
Reputation Power: 15
Status: Offline
Joined: Jul 20, 201112Year Member
Posts: 371
Reputation Power: 15
hey if you are looking into web-designing then you should probably learn HTML 5 along with CSS3 it will make the website look much better

also it is easy to learn. It is very simple to learn.

and for that you use basic set up as

<!doctype html>
<html lang="en">
<head>

</head>
<body>

</body>
</html>

you sould aslo try to learn JavaScript it will make your site look even better
#8. Posted:
lee74saurusr3x
  • Ladder Climber
Status: Offline
Joined: Feb 18, 201014Year Member
Posts: 333
Reputation Power: 12
Status: Offline
Joined: Feb 18, 201014Year Member
Posts: 333
Reputation Power: 12
Badger246 wrote
and for that you use basic set up as

<!doctype html>
<html lang="en">
<head>

</head>
<body>

</body>
</html>


That literally does nothing to help him.
#9. Posted:
Badger246
  • Ladder Climber
Status: Offline
Joined: Jul 20, 201112Year Member
Posts: 371
Reputation Power: 15
Status: Offline
Joined: Jul 20, 201112Year Member
Posts: 371
Reputation Power: 15
lee74saurusr3x wrote
Badger246 wrote
and for that you use basic set up as

<!doctype html>
<html lang="en">
<head>

</head>
<body>

</body>
</html>


That literally does nothing to help him.


actually it does help him if he is trying to learn html then u can put it into html 5 much easier. Just putting doctype html and putting a language code will make any website look better and nicer with all of the improvements that the makes of html 5 brought
#10. Posted:
Nic
  • Retired Staff
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
Motto: I've been watching you all day.
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
Badger246 wrote
lee74saurusr3x wrote
Badger246 wrote
and for that you use basic set up as

<!doctype html>
<html lang="en">
<head>

</head>
<body>

</body>
</html>


That literally does nothing to help him.


actually it does help him if he is trying to learn html then u can put it into html 5 much easier. Just putting doctype html and putting a language code will make any website look better and nicer with all of the improvements that the makes of html 5 brought

Who would learn from a template being thrown at him without any explanation whatsoever on what the tags mean and do. That's like telling someone a sentence in a foreign language without explaining what it means.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.