You are viewing our Forum Archives. To view or take place in current topics click here.
Attempting to Learn
Posted:
Attempting to LearnPosted:
Status: Offline
Joined: Dec 14, 201014Year Member
Posts: 653
Reputation Power: 27
Status: Offline
Joined: Dec 14, 201014Year Member
Posts: 653
Reputation Power: 27
Hey guys, I'm brand new to programming. But I'm very interested in it, and I want to keep my family's 'tradition' of having a programmer in the family going. I just want to be able to learn a few things. I tried codecacademy.com, and I got stuck on comparisons :\ But I'm a junior in HS (16 years old), so I have about a year or 2 to learn something before I get shipped out to college.
But I really am interested, so if anybody could let me know of any other sites or give me some tips on how to do it, I'd appreciate it.
I know the stuff like
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>
</p>
</body>
</html>
Not too sure if thats right, but I'd say I'm close. :p
But I really am interested, so if anybody could let me know of any other sites or give me some tips on how to do it, I'd appreciate it.
I know the stuff like
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>
</p>
</body>
</html>
Not too sure if thats right, but I'd say I'm close. :p
#2. 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
I can help you with a lot and just so you know i noticed you used a <p> tag for paragraph and I thought u should know that that is the old way of doing that. If you wnat to stick to html 5 then you should be using articles
for example
<article>
<header>
<center>
<h1>title of artical</h1>
</center>
</header>
<p>Yes i did use a paragraph tag but this is how it should be used with html 5</p>
<footer>
<p>-Badger246<p>
</footer>
</article>
If you have any questions then feel free to ask I will try to help you with what you need
for example
<article>
<header>
<center>
<h1>title of artical</h1>
</center>
</header>
<p>Yes i did use a paragraph tag but this is how it should be used with html 5</p>
<footer>
<p>-Badger246<p>
</footer>
</article>
If you have any questions then feel free to ask I will try to help you with what you need
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Dec 27, 201112Year Member
Posts: 696
Reputation Power: 35
Status: Offline
Joined: Dec 27, 201112Year Member
Posts: 696
Reputation Power: 35
Learn coding at codecademy.com
Learn many languages, super easy. Good explanation.
Or, Watch the tutorials of TheNewBoston on youtube.
Learn many languages, super easy. Good explanation.
Or, Watch the tutorials of TheNewBoston on youtube.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.