html body { margin-top: 50px !important; } #top_form { position: fixed; top:0; left:0; width: 100%; margin:0; z-index: 2100000000; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; border-bottom:1px solid #151515; background:#FFC8C8; height:45px; line-height:45px; } #top_form input[name=url] { width: 550px; height: 20px; padding: 5px; font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; border: 0px none; background: none repeat scroll 0% 0% #FFF; }
Intro HTML
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