Page put together by Bernard Wotton
The Rock MCC church home page
"HTML 4 For The World Wide Web Fourth Edition: Visual QuickStart Guide"
by
Elizabeth Castro © 2000
www.cookwood.com
www.peachpit.com/vqs/html4
Versions: HTML 4, & CSS Level 2
HTML -HyperText Markup Language: hypertext links & universality.
CSS = Cascading Style Sheets
JavaScript
DOM = Document Object Model
DHTML = Dynamic HTML
XML = Extensible Markup Language
Tim Berners-Lee - creator of the Web.
Standards
www.w3.org
www.webstandards.org
http://www.ecma-international.org/publications/standards/Ecma-262.htm
www.w3.org/DOM/
www.w3.org/TR/REC-html40/struct/global.html#h-7.2
www.statmarket.com NO work
www.statmark.com (original
link in book, site opens, but don't know how to continue on to real site.)
www.cookwood.com/browser_tests/ NO work
www.cookwod.com/html4_4e/qanda NO work
"file:///d|/!_Working
ON Church/31115k.pdf"
"file:///d|/!_Working
ON Church/31115k.pdf" = hard drive name & vertical bar (key above
'enter' key)
"file:///d|/!_Working ON Church/31115k.pdf"
"Generally, you should always use relative URLs. They're much easier to type and they make it easy to move your pages from a local system to a server --as long as the relative position of each file remains constant, the links will work correctly." p29
"If you don't have such a default page [home page --index.html] in each directory, most servers will show a list of the director's contents (which you may or may not want to reveal to your visitor). To keep those prying eyes out, create a default page for every directory on your server." p41
"If you don't have such a default page [home page --index.html] in
each directory, most servers will show a list of the director's contents (which
you may or may not want to reveal to your visitor). To keep those prying eyes
out, create a default page for every directory on your server." p41
"If you don't have such a default page [home page --index.html34 [text after this is NOT like previous text...] in each directory, most servers will show a list of the director's contents (which you may or may not want to reveal to your visitor). To keep those prying eyes out, create a default page for every directory on your server." p41
<b>Big Boy</b> tomato
above code line produces & =
Big Boy tomato
Use [<br>]
for line breaks
Use <br> for line breaks
