posted on Sep, 15 2012 @ 09:20 PM
Familiarize yourself with the basics; get a few good books; use google for everything else.It's amazing)I'm doing it ."Caveman style"( hand
coding).
3 parts to a basic web page: the html markup (the "content"); The css (cascading style sheets) style sheet file ( the "layout" ); and _javascript the
language that determines the(advanced)("behavior" of the site).
Currently html5 and css3 are the latest standards coming into use; html 5 brings some exciting new features but not every browser supports all of
them yet.
forPC's hit "control U" to view the source code to any page displaying in your browser window.
the html markup has standard"tags"anything written between the opening ""and closing"" tags is information the browser needs to display the content.
Nothing between the ""tags is visible on the displayed page. (I see I can't use html tags themselves without it affecting my post.please delete the
asterisks *...( the machine only does what you tell it to do)..
All of the content lives between the opening" " and closing"" tags. This is what is layed out and displayed in the browser...
these guys are good and free :
www.w3schools.com...
but any google search for"html or css tutorial" can help.
I'm teaching myself also..
Have fun you can't break anything playing around with it.
edit on 15-9-2012 by 46ACE because: (no reason
given)
edit on 15-9-2012 by 46ACE because: (no reason given)
edit on 15-9-2012 by 46ACE because: (no reason
given)
edit on 15-9-2012 by 46ACE because: (no reason given)
edit on 15-9-2012 by 46ACE because: (no reason
given)
edit on 15-9-2012 by 46ACE because: (no reason given)