Career question...

Wow quag way to take over my thread =P jk. Glad you figured out your stuff. Oh and what's the best way to begin with HTML and such? I figure if I want to learn programming, I need to know the real basics... Cuz I want to either go web or app development.
 
Sorry about that. The way I learned all web development was go to http://www.w3schools.com and learn everything you can.

Start with HTML and then skim through XHTML, after you learned that, start learning CSS. They're the basics but would recommend browser and server side scripting later on.

You should set challenges for yourself like making a website that show this information while using this thing i learned.

Hope this helped:D
 
Thanks. And i forget, how do you view what you've made? I know you write it on notepad but i've forgotten what to do after that
 
Go to file, save as, type the name you want and after type ".html" or ".htm". Some browsers only support 3 letters.

the title would look like "test.html"
 
Back
Top