• 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/21

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;

21 Cards in this Set

  • Front
  • Back

declarationhelps the browser to display a web page correctly.

<!DOCTYPE>

Iframe

<iframe src="demo_iframe.htm"width="200" height="200"></iframe>

set frameborder to = " " to remove border

0

name inside iframe


target inside link

so that a link can target the iframe

¨formsare used to pass data to a server.

HTML form

<form>

</form>

<input type="text">

text field

<input type="password">

password

<input type="radio">

ONLY ONE

<input type="checkbox">

MORE CHOICES

<form name="name" action="demo_form_action.asp" method="get">

for submitting action

<input type="submit">

submit it

<form action>


<select name="shet">


<option value="shet1"> </option> </select></form>

Simple selection list

<textarea cols="" rows=""> </textarea>

text area. doesn't need form.

<form action=""> <input type="button" value="nakasabi">

button

<form action=""> <fieldset> <legend> PANGALAN NG FRAME </legend> </fieldset></form>

fieldset around form data

<datalist>

predefined options

<autocomplete>

can be inside form and text, url, datepickers, password, email

novalidate

boolean//form data should not be validated when submitted

autofocus

boolean//for input

required

boolean//for input