-->
Toneysoft Blog

*We are Inspire Our Technology,* Blogging, Tutorial,Download,Widget,Windows phone android Apps,Web design,Seo, Outsourcing,Antivirus ...

Latest Post Toneysoft blog:

Featured post

How to get 1000 up Visitor per video on your Youtube channel Make Money part 2

How to get 1000 up Visitor per vidos On your You Tube Visitor and And Money Money Hidden Tips Toneysoft :  উপরের টাইটেল দেখে হইত বুজ...

no image
  • Post Title : WEB DESIGN TUTORIAL HTML the last part of PART-018
  • Posted By :
  • Category:
  • Rating : 100% based on 10 ratings. 10 user reviews.
    | Post views: Viewed
Item Reviewed: WEB DESIGN TUTORIAL HTML the last part of PART-018 9 out of 10 based on 10 ratings. 9 user reviews.
WEB DESIGN TUTORIAL HTML the last part of PART-018

Like the Post? Do share with your Friends.

WEB DESIGN TUTORIAL HTML the last part of PART-018 

At first, Thank  for my all Post Readers. Today HTML parts 18 post.  This is Full HTML Web Page in the Tutorial. you can learn a full HTML web design it. I hope so. Let's start...
Today's Subject is HTML Forms




Attributes

Following is the list of important attributes of <select> tag:


 Attribute Description
 NameUsed to give a name to the control which is sent to the server to
be recognized and get the value.
 SizeThis can be used to present a scrolling list box.
 multipleIf set to "multiple" then allows a user to select multiple items
from the menu.

Following is the list of important attributes of <option> tag:


 Attribute Description
valueThe value that will be used if an option in the select box box is
selected.
selectedSpecifies that this option should be the initially selected value
when the page loads.
labelAn alternative way of labeling options


  • Related Post: 

WEB DESIGN TUTORIAL HTML PART-018Awesome Multi Author Box for Blog Header or Footer

File Upload Box

If you want to allow a user to upload a file to your web site, you will need to
use a file upload box, also known as a file select box. This is also created using
the <input> element but type attribute is set to

AttributeDescription
submitThis creates a button that automatically submits a form.
resetThis creates a button that automatically resets form controls to their
initial values.
buttonThis creates a button that is used to trigger a client-side script when
the user clicks that button.
ImageThis creates a clickable button but we can use an image as
background of the button.

Example
Here is example HTML code for a form with three types of buttons:

<!DOCTYPE html>
<html>
<head>
<title>File Upload Box</title>
</head>
<body>
<form>
<input type="submit" name="submit" value="Submit" />
<input type="reset" name="reset" value="Reset" />
<input type="button" name="ok" value="OK" />
<input type="image" name="imagebutton" src="/html/images/logo.png" />
</form>
</body>
</html>

This will produce the following result



  • Related Post
WEB DESIGN TUTORIAL HTML PART-017

Hidden Form Controls

Hidden form controls are used to hide data inside the page which later on can
be pushed to the server. This control hides inside the code and does not
appear on the actual page. For example, following hidden form is being used
to keep current page number. When a user will click next page then the value
of hidden control will be sent to the web server and there it will decide which
page has be displayed next based on the passed current page.
Example

Thank you of all Reader>>


0 Comments
Disqus
Fb Comments
Comments :

No comments:

Post a Comment

Copyright © 2015 Toneysoft Blog All Right Reserved
^