Updated to include the latest information on JavaScript and HTML, this book provides an introductory step-by-step introduction to all aspects of HTML and JavaScript programming. Topics covered in the books include learning, organizing and exploring the power of HTML and JavaScript.
About the Author
Karl Barksdale is currently an instructor at the Utah County Academy of Sciences and is a former instructor at Farrer Middle school in Provo, UT. He has recently been a consultant f…
Buy HTML and JavaScript BASICS at Amazon
No related posts.

1 Comments until now.
Web pages are written in HTML, and Barksdale teaches this for an absolute novice. Hopefully, you should find it easy to follow. HTML’s rapid success was due in no small part to this ease of use. It is also not a procedural language, though sometimes it is mistakenly called that. What Barksdale shows about HTML is that it is a declarative language. That is, you say that certain text should be written in a given colour or font style or size, and at a certain relative location on the page. You tell the browser what you want shown, and it has to implement that.
But Barksdale goes beyond HTML. As a display language, it is very limited. Whereas he shows how you can use JavaScript as a client side [ie. running on the browser] language, to perform actual programming tasks. JavaScript is a good functional complement to HTML, as you might appreciate.
Comment!