What is Javascript?

Java Script Syntax

Image Gallery Finished Chapter 7

Image Gallery Chapter 4

Best Practices

Chapter 5

Arrays, Elements, and Functions

My JavaScript

Chapter 8

Midterm

Chapter 9

Chapter 10

SiteMap

Was this Site Helpful?

Yes
No

I Am Currently having trouble gettting my Function to work with the Radio Buttons any pointers. Might be I have them not set right within a table?

 

This page has been converted to XHTML Transitional. To do this you must first set a doctype. Why use a DOCTYPE? Well put it this way its like putting a liscense plate on your car. It is the critical piece of information so that your web browser knows what to do with it. Below is in example :

<!DOCTYPE html PUBLIC "-//DTD XHTML 1.1//EN""http://www.w3.org/TR/xhtml11/DTD/xhmtl11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

This DOCTYPE is telling what type of HTML and/or XHTML you are using. Making the web page load faster and more consistent with browsers there for no unexpected suprises that you get from those unvalidated pages.

 

This is a link to my resume

 

This Is a Link to My Website Construction Class Project

This is the Link For my JavaScript Final

 

 

The DOM