HTML is the easiest, learn PHP after that if you're wanting to move to server sided scripting or if you're more interested in building programs and software rather than web applications then look at something like C, Java, Ruby, Python.Wait so, PHP firstly, then the next link, followed by the next?
I would recommend you to learn HTML and CSS before you start with PHP, since it would be rather difficult for you to work with PHP without any knowledge about at least two of the basic coding languages.
And if you want to develop servers, start with C, C# and/or Java.
Well, I'm sort of a Habbotard, atm. But when I head into college, I wanna figure out more of what I should do?HTML is the easiest, learn PHP after that if you're wanting to move to server sided scripting or if you're more interested in building programs and software rather than web applications then look at something like C, Java, Ruby, Python.
Well, are you more interesting in building websites or software?Well, I'm sort of a Habbotard, atm. But when I head into college, I wanna figure out more of what I should do?
You should really ask yourself this simple question: what do I want to do?Well, I'm sort of a Habbotard, atm. But when I head into college, I wanna figure out more of what I should do?
Well, are you more interesting in building websites or software?
Softwares sound quite hard to code. So probably Websiting.You should really ask yourself this simple question: what do I want to do?
Instead of just learning randomly unnecessary things, you could just only learn what you need to know.
I were thinking of something a bit more specific.Softwares sound quite hard to code. So probably Websiting.
Sometimes they can both be hard, just got to find your preferences and what languages you enjoy coding the most.Softwares sound quite hard to code. So probably Websiting.
Yeah that would be great. You should try to make your own portfolio or just a blog template, to get started.Hmm, fella's I'm not too sure. I guess I'll just stick to HTML and CSS or whatever.
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<form>
<input type='text' name='whats up?' value='whats up?'>
<input type='text' name='nothing.' value='nothing.'
<input type='radio'>Yes
<input type='radio'>No
<p> NBA Teams. </p>
<input type='checkbox' checked>Cheese
<input type='checkbox'>Cow
<input type='checkbox'>Rooster
<input type ='submit'.
</form>
<textarea></textarea>
</body>
</html>
You wrote a . (dot) instead of a > at the last inputHTML:<!DOCTYPE html> <html> <head> <title></title> </head> <body> <form> <input type='text' name='whats up?' value='whats up?'> <input type='text' name='nothing.' value='nothing.' <input type='radio'>Yes <input type='radio'>No <p> NBA Teams. </p> <input type='checkbox' checked>Cheese <input type='checkbox'>Cow <input type='checkbox'>Rooster <input type ='submit'. </form> <textarea></textarea> </body> </html>
Just made this. :[]