• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/18

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

18 Cards in this Set

  • Front
  • Back

Make an HTML page


This is image1

Make a hyper link to an html page

This is the image

Make a hyperlink straight to the JPG

This is the image

Can you have more than one html in an html form

Yes you can




What HTML form attribute identifies which scripts or program on a web server should be used to process the Form's data

Action attribute Ex:

Fill it in








> >





What default HTML method is assumed for an HTML form

GET method

What is the command used as a method for an HTML Form element



An HTML form transmits data fields including the action attribute and value to what kind of system

A web server

code to check if checkbox is on or off

if isset($_GET["emailrequest"])

A PHP program that uses data from an HTML Form and the $_GET associativearray must know the names of any of the Form data it needs to access.

True

A PHP program accessesdata sent by an HTML Form based on the valueof which of the following HTML Form attributes:

Name

What is the appropriate database type (and other attributes) for user in the REGISTERED table ?

type varchar, length 60 characters, primary key in the registered table so it can appears once

What is an appropriate data typefor email, including its otherappropriate attributes in the REGISTERED table?

type varchar, length 80 characters, uniquekey in the REGISTERED table.



What is an appropriate data type for address in the REGISTERED TABLE

type varchar, length 255

Should a user and email be a composite pair of keys in REGISTERED

No because if you were to bind them both as a primary then the pair would be unique not the separate parts

Should a user and course be pair of keys in GRADES?

Yes because this would mean that users and courses can have more of each one

hi

hi