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:
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
Just reply if you can
--Pixel
#2. Posted:
Status: Offline
Joined: May 21, 201113Year Member
Posts: 59
Reputation Power: 3
Status: Offline
Joined: May 21, 201113Year 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.
Also i would learn CSS to as HTML can only get you so far.
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jun 08, 201014Year 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, 201014Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
#4. Posted:
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
- 0useful
- 0not useful
#5. Posted:
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.
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Oct 26, 201014Year Member
Posts: 3,869
Reputation Power: 177
Status: Offline
Joined: Oct 26, 201014Year Member
Posts: 3,869
Reputation Power: 177
MrNedinator wrotedjbgoose 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. ]
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Jul 20, 201113Year Member
Posts: 371
Reputation Power: 15
Status: Offline
Joined: Jul 20, 201113Year 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
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
- 0useful
- 0not useful
#8. Posted:
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.
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Jul 20, 201113Year Member
Posts: 371
Reputation Power: 15
Status: Offline
Joined: Jul 20, 201113Year Member
Posts: 371
Reputation Power: 15
lee74saurusr3x wroteBadger246 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
- 0useful
- 1not useful
#10. Posted:
Status: Offline
Joined: Jun 08, 201014Year 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, 201014Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
Badger246 wrotelee74saurusr3x wroteBadger246 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.
- 1useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.