Intro HTML
Intro HTML
• A link lets you move from one page to another, play movies
and sound, send email, download files, and more….
• A link has three parts: a destination, a label, and a target
• To create a link type
<A HREF=“page.html”> label </A>
USING LINKS TO SEND EMAIL
Drop-down Menu
Radio Buttons
Checkboxes
Text Area
Reset Button
Submit
CREATING TEXT BOXES
First Name: <INPUT TYPE="text" • Here’s how it would look on the Web:
NAME="FirstName"
VALUE="First Name" SIZE=20>
<BR><BR>
<B>Comments?</B>
<BR>
<TEXTAREA NAME="Comments" ROWS=10
COLS=50 WRAP>
</TEXTAREA>
CREATING RADIO BUTTONS