Question:

Where to get web design area element tutorials?

by Guest4490  |  12 years, 9 month(s) ago

0 LIKES UnLike

I want to add some maps and areas in my website. please tell me a place to get free web design area elements tutorial.

 Tags: Design, element, tutorials, Web

   Report

1 ANSWERS

  1. Guest5697

    There are some few different form of elements that you can add to a form which are:

    Text Boxes

    Text Areas

    Option Buttons

    Check Boxes

    Drop down List/Fixed Lists

    Password Boxes

    Command Buttons

    Submit Buttons

    Reset Buttons

    Image Command Buttons

    Hidden Form Values

    Let's do a little practical work. We'll start designing a Survey Form using the HTML Editor.

    So, in this case open your editor and then create a new HTML page, with any color background that you like. Click in between these two BODY tags and then do this:

    From the menu bar, click on Add

    From the drop down list, click Add a Form

    The Form dialogue box appears

    There is a Build Form dialogue box that lets you to add 5 basic form elements, and then allows you to add a URL for the attribute ACTION of the FORM tag. If you want to add the ACTION attribute, un-tick the box and "Leave it Blank", and then type in your URL.

    The dialogue box will be asking how many text boxes you want on your form. Our form these had two of them, so enter a number 2 in the text box.

    If you were to click then OK now, this is the code you would get for a single text box:

    For most form of elements, the word input is normally used to set up the element. Next thing that you type is a space followed by the word type. This tells about the browser what type of form elements are draw on your page. If you want a text box, then the type to use is of "Text".

    Here is the link below from where you can the complete tutorial .

    homeandlearn.co.uk

     

Sign In or Sign Up now to answser this question!

Question Stats

Latest activity: 12 years, 11 month(s) ago.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.