Test 2 Study Guide Flashcards
How do you create an image that is also a link?
<a><img></img></a>
How do you create an image that is also a link?
<a><img></img></a>
How you you create a table in HTML?
**
This is the header
The tr is the table row, and the td is cell data
What is colspan?
*****
this means that the header will span across two columns AKA the top
What is rowspan?
***
this means that the row will span two rows
Name the elements needed in an image map?
<img></img>
How do you make a textbox in HTML?
How do you make a textbox in HTML?
How you you create a table in HTML?
**
This is the header
The tr is the table row, and the td is cell data
What is colspan?
*****
this means that the header will span across two columns AKA the top
What is rowspan?
***
this means that the row will span two rows
Name the elements needed in an image map?
<img></img>
How do you make a button in HTML?
*****
How do you make a textbox in HTML?
Where can alerts and prompts go?
in the script or in an event handler