Finally!!!!! I'm in my element!!!!! This is what i've ben waiting for ever since that Into to Web Design class back in JWCC.
If anyone needs code help, leave a comment below or email me at:
sjb8876@truman.edu
or, if all else fails:
crossing24@gmail.com
I can meet you in the OP1224 Comp. Lab just about any time you like.
A little help for everyone. here is how a html doc starts.
<html>
<head>
<meta> </meta>
<title> </title>
</head>
<body>
</body>
</html>
The html tag simply states the markup language that is being used (html vs. xhtml, etc, etc, etc.)
The head tag WILL NOT DISPLAY ON THE PAGE!!!! it simply holds the title, meta tags, and were you will link any external CSS you may have to your html page.
The body tag is were all your visible content goes. banner, nav system, etc, etc, etc.
I hope these things help. Rusty probably covered this stuff already, but i thought i would put it out there just in case he did not.
No comments:
Post a Comment